Milica-Panic
Databricks Employee
Databricks Employee
Delete the Metastore through API call. Don't do it if you are not ready to loose your UC!! You can:
  1. open the terminal
  2. install databricks cli
  3. do next commands:
    1. databricks auth login --host https://accounts.azuredatabricks.net/
    2. provide id of your account
    3. databricks account metastores list
    4. get the id of the metastore ( we also can get it from the link at the page of metastore)
    5. databricks account metastores get [metastoreid] -- to check if we found it
    6. databricks account metastores delete [metastoreid]
if you are not able to do this, you can try to delete the metastore assignment first:
  • databricks account metastore-assignments get {workspaceid]
  • databricks account metastore-assignments delete {workspaceid]

https://docs.databricks.com/aws/en/dev-tools/cli/install