Skip to contents

Disables the system schema and removes it from the system catalog. The caller must be an account admin or a metastore admin.

Usage

disable_system_schema(client, metastore_id, schema_name)

systemSchemasDisable(client, metastore_id, schema_name)

Arguments

client

Required. Instance of DatabricksClient()

metastore_id

Required. The metastore ID under which the system schema lives.

schema_name

Required. Full name of the system schema.