Skip to contents

Gets an array of schemas for a catalog in the metastore. If the caller is the metastore admin or the owner of the parent catalog, all schemas for the catalog will be retrieved. Otherwise, only schemas owned by the caller (or for which the caller has the USE_SCHEMA privilege) will be retrieved. There is no guarantee of a specific ordering of the elements in the array.

Usage

list_schemas(
  client,
  catalog_name,
  include_browse = NULL,
  max_results = NULL,
  page_token = NULL
)

schemasList(
  client,
  catalog_name,
  include_browse = NULL,
  max_results = NULL,
  page_token = NULL
)

Arguments

client

Required. Instance of DatabricksClient()

catalog_name

Required. Parent catalog for schemas of interest.

include_browse

Whether to include schemas in the response for which the principal can only access selective metadata for.

max_results

Maximum number of schemas 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.