Skip to contents

Creates a new clean room with specified colaborators. The caller must be a metastore admin or have the CREATE_CLEAN_ROOM privilege on the metastore.

Usage

create_clean_room(client, name, remote_detailed_info, comment = NULL)

cleanRoomsCreate(client, name, remote_detailed_info, comment = NULL)

Arguments

client

Required. Instance of DatabricksClient()

name

Required. Name of the clean room.

remote_detailed_info

Required. Central clean room details.

comment

User-provided free-form text description.