07-04-2025 02:42 AM - edited 07-04-2025 02:45 AM
Good afternoon,
I have an issue with my metastore in North Europe.
All my workspaces got detached:
If I go to Databricks console, I can see the metastore in North Europe I created.
However, when I select the metastore in North Europe, I get the following error:
If I want to create a new metastore in NorthEU I cannot do it because it says there is already one:
How could I solve the issue ?
Thanks in advance
07-08-2025 09:41 AM
07-04-2025 02:49 AM
Hi @mbanxp ,
Maybe there's some hiccup on UI side. Could you try to use REST API or databricks cli?
You can use following endpoint to list all metastores associated with your account:
- Get all metastores associated with an account | Account Metastores API | REST API reference | Databr...
Check if the metastore causing problem is still there, note its metastore_id and then execute following endpoint:
- Delete a metastore | Account Metastores API | REST API reference | Databricks on AWS
07-07-2025 07:36 AM
Hi @szymon_dybczak ,
I used CLI to get all metastores associated with the account and I got 2 metastores:
The metastore I want to delete is the first one, and when I tried to delete it by using the following command:
>> databricks metastores delete <metastore_id>
I got the following error:
Error: ~\.databrickscfg does not contain workspace profiles; please create one by running 'databricks configure'
07-07-2025 08:31 AM
07-07-2025 12:14 PM
I am also facing similar issue @mbanxp . Will keep you posted if i am able to find RCA.
07-08-2025 09:41 AM
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now