Skip to contents

Gets an array of data object clean rooms from the metastore. The caller must be a metastore admin or the owner of the clean room. There is no guarantee of a specific ordering of the elements in the array.

Usage

list_clean_rooms(client, max_results = NULL, page_token = NULL)

cleanRoomsList(client, max_results = NULL, page_token = NULL)

Arguments

client

Required. Instance of DatabricksClient()

max_results

Maximum number of clean rooms to return.

page_token

Opaque pagination token to go to next page based on previous query.

Value

data.frame with all of the response pages.