Enables the system schema and adds it to the system catalog. The caller must
be an account admin or a metastore admin.
Usage
enable_system_schema(client, metastore_id, schema_name)
systemSchemasEnable(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.