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 databrick_metastore_assignment resource #4147

Open
mbassler opened this issue Oct 23, 2024 · 0 comments
Open

[ISSUE] Issue with databrick_metastore_assignment resource #4147

mbassler opened this issue Oct 23, 2024 · 0 comments

Comments

@mbassler
Copy link

Configuration

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

Note: No default_catalog_name

Expected Behavior

No attempt should be made to manage the default catalog name

Actual Behavior

default_catalog_name is defaulted to hive_metastore, the parameter is documented as deprecated. The default behavior should be to do nothing with the default_catalog_name.

Steps to Reproduce

  1. terraform apply

Terraform and provider versions

Terraform v1.9.8
on windows_amd64

  • provider registry.terraform.io/databricks v1.54.0
  • provider registry.terraform.io/azurerm v3.48.0

Is it a regression?

No

Would you like to implement a fix?

Please stop managing the default_catalog_name from databricks_metastore_assignment now that default_namespace_setting is the preferred method via the documentation.

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