cancel
Showing results for 
Search instead for 
Did you mean: 
Databricks Free Edition Help
Engage in discussions about the Databricks Free Edition within the Databricks Community. Share insights, tips, and best practices for getting started, troubleshooting issues, and maximizing the value of your trial experience to explore Databricks' capabilities effectively.
cancel
Showing results for 
Search instead for 
Did you mean: 

Why I can't create a new catalog anymore in Free edition anymore,?

JR_Canada
New Contributor III

I am new with Databricks and using the FREE edition of Databricks since last November 2025. I was able to create new catalog in December '25. But today, while trying to create a new catalog in the FREE edition, I am getting this erorr:

Metastore storage root URL does not exist. Default Storage is enabled in your account. You can use the UI to create a new catalog using Default Storage, or please provide a storage location for the catalog (for example 'CREATE CATALOG myCatalog MANAGED LOCATION '<location-path>').

2 ACCEPTED SOLUTIONS

Accepted Solutions

Pat
Esteemed Contributor

Were you able to create it? It does work with SQL, you might need to click refresh button:

Pat_1-1771193912019.png

 

 

View solution in original post

szymon_dybczak
Esteemed Contributor III

Hi @JR_Canada ,

Like @Pat  sugested - try to refresh your catalogs. I tried this option myself and it works. Also, there was another thread with exact same issue and this approach also worked there 😉

View solution in original post

5 REPLIES 5

szymon_dybczak
Esteemed Contributor III

Hi @JR_Canada ,

Yep, I noticed it too recently. For now the workaround is to create catalog using SQL. Open notebook and execute following code

CREATE CATALOG your_catalog_name

I think this issue soon will be resolved, but until then use above workaround.

 

Hello @szymon_dybczak ,

I tried the SQL command, but no luck yet.

Pat
Esteemed Contributor

Were you able to create it? It does work with SQL, you might need to click refresh button:

Pat_1-1771193912019.png

 

 

szymon_dybczak
Esteemed Contributor III

Hi @JR_Canada ,

Like @Pat  sugested - try to refresh your catalogs. I tried this option myself and it works. Also, there was another thread with exact same issue and this approach also worked there 😉

JR_Canada
New Contributor III

Thanks @Pat and @szymon_dybczak for your tips, it worked.