cancel
Showing results for 
Search instead for 
Did you mean: 
Administration & Architecture
Explore discussions on Databricks administration, deployment strategies, and architectural best practices. Connect with administrators and architects to optimize your Databricks environment for performance, scalability, and security.
cancel
Showing results for 
Search instead for 
Did you mean: 

terraform/databricks setting default_catalog_name

re
New Contributor II

While configuring databricks, we've set the "default_catalog_name", which sets the default schema when users connect via an ODBC connection. While the naming isn't consistent, this does have one desired effect, that is, when users connect, it defaults to showing the gold schema. However, for some tools, it also limits users to that schema. I also cannot find the equivalent option in the UI in databricks. Does anyone know where this option is located? I'd like to find more documentation on this setting if possible since it is having undesired side effects

https://registry.terraform.io/providers/databricks/databricks/latest/docs/resources/metastore_assign...

resource "databricks_metastore_assignment" "this" {
metastore_id = databricks_metastore.myco_metastore.id
workspace_id = local.workspace_id
default_catalog_name = "gold"
}

0 REPLIES 0

Connect with Databricks Users in Your Area

Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you won’t want to miss the chance to attend and share knowledge.

If there isn’t a group near you, start one and help create a community that brings people together.

Request a New Group