- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
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?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
@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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
That's right. Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thursday
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?

