Skip to contents

Gets the specified schema within the metastore. The caller must be a metastore admin, the owner of the schema, or a user that has the USE_SCHEMA privilege on the schema.

Usage

get_schema(client, full_name, include_browse = NULL)

schemasGet(client, full_name, include_browse = NULL)

Arguments

client

Required. Instance of DatabricksClient()

full_name

Required. Full name of the schema.

include_browse

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