Hi @Karlo_Kotarac, When using Databricks, the autocomplete feature often defaults to the hive_metastore catalog when you enter schema and table names in a notebook.
However, if you have another default catalog set at the workspace level and want to use that instead, you can follow these steps:
-
Per Notebook Configuration:
Replace "your_catalog_name"
with the actual name of your desired catalog.
-
Workspace-Level Configuration:
Again, replace "your_catalog_name"
with the appropriate catalog name.
-
Using SQL Commands:
This will ensure that unqualified table names are resolved from the specified catalog.
Remember to replace "your_catalog_name"
with the actual name of the catalog you want to use. These steps should help you override the default behavior and work with the desired catalog when ent...123.
Happy querying! ๐