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?

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

FarBo
New Contributor III

That's right. Thanks

aranjan99
Contributor

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?

Allia
Databricks Employee
Databricks Employee

@aranjan99 Can you raise a support case with us to enable it from the backend now?

Alliak