cancel
Showing results forย 
Search instead forย 
Did you mean:ย 
Data Engineering
Join discussions on data engineering best practices, architectures, and optimization strategies within the Databricks Community. Exchange insights and solutions with fellow data engineers.
cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

unable to create new catalog in databricks free edition

AbhiBange
New Contributor II

unable to create new catalog in databricks free edition

1 ACCEPTED SOLUTION

Accepted Solutions

szymon_dybczak
Esteemed Contributor III

Hi @AbhiBange ,

I had the same issue using UI approach. Open notebook and use SQL to create catalog. It will work ๐Ÿ™‚

CREATE CATALOG your_catalog_name

 

View solution in original post

2 REPLIES 2

szymon_dybczak
Esteemed Contributor III

Hi @AbhiBange ,

I had the same issue using UI approach. Open notebook and use SQL to create catalog. It will work ๐Ÿ™‚

CREATE CATALOG your_catalog_name

 

Thank you๐Ÿ™‚