cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

Enable Databricks system error

FarBo
New Contributor III

Hi,

We want to enable some system system tables in our databricks workspace using this command:
curl -v -X PUT -H "Authorization: Bearer <PAT token>" "https://adb-0000000000.azuredatabricks.net/api/2.0/unity-catalog/metastores/<metastore-id>/systemschemas/billing"


Unity catalog is enabled and the region is West Europe.

We have run this using an account admin user authentication, but we get the following error:

Error: billing system schema can only be enabled by Databricks.

 

Any idea?

1 ACCEPTED SOLUTION

Accepted Solutions

Allia
Databricks Employee
Databricks Employee

@FarBo The billing schema is enabled by default. Other schemas must be enabled manually.https://docs.databricks.com/aws/en/admin/system-tables#enable-system-table-schemas

Alliak

View solution in original post

3 REPLIES 3

Allia
Databricks Employee
Databricks Employee

@FarBo The billing schema is enabled by default. Other schemas must be enabled manually.https://docs.databricks.com/aws/en/admin/system-tables#enable-system-table-schemas

Alliak

FarBo
New Contributor III

That's right. Thanks

aranjan99
New Contributor III

While disabling some system schemas we disabled billing system schema and now we cannot enable it again due to this error: billing system schema can only be enabled by Databricks.
How can I re-enable billing schema?