You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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.
The text was updated successfully, but these errors were encountered:
Configuration
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
terraform apply
Terraform and provider versions
Terraform v1.9.8
on windows_amd64
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.
The text was updated successfully, but these errors were encountered: