Skip to content
New issue

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

[ISSUE] Issue with databricks_metastore_assignment resource #4211

Open
cpanpalia opened this issue Nov 12, 2024 · 0 comments
Open

[ISSUE] Issue with databricks_metastore_assignment resource #4211

cpanpalia opened this issue Nov 12, 2024 · 0 comments

Comments

@cpanpalia
Copy link

Configuration

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
  }
}

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

image

Steps to Reproduce

Terraform and provider versions

terraform version - 1.7.0
Databricks provider version - 1.56.0

Is it a regression?

Not sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant