We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
databricks_metastore_assignment
resource "databricks_metastore_assignment" "stage_metastore_assignment" { provider = databricks.workspace metastore_id = data.databricks_current_metastore.uc-metastore.id workspace_id = databricks_mws_workspaces.this.workspace_id } resource "databricks_default_namespace_setting" "staging_metastore" { provider = databricks.workspace namespace { value = databricks_catalog.staging_catalog.name } }
Databricks workspace advanced setting would have been updated with default catalog as Unity catalog
Every terraform plan shows up a delta related to uc workspace assignment
terraform version - 1.7.0 Databricks provider version - 1.56.0
Not sure
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Configuration
Expected Behavior
Databricks workspace advanced setting would have been updated with default catalog as Unity catalog
Actual Behavior
Every terraform plan shows up a delta related to uc workspace assignment
Steps to Reproduce
Terraform and provider versions
terraform version - 1.7.0
Databricks provider version - 1.56.0
Is it a regression?
Not sure
The text was updated successfully, but these errors were encountered: