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?