terraform-provider-databricks icon indicating copy to clipboard operation
terraform-provider-databricks copied to clipboard

[ISSUE] Changing Storage Credential Comment without force_update

Open MeinAccount opened this issue 1 year ago • 0 comments

Changing the comment-Field in a databricks_storage_credential-ressource fails on Azure Databricks, when dependent locations exists. While using force_update = true does relieve the issue, this could change a lot more. I believe that pure comment-updates should work regardless.

│ Error: cannot update storage credential: Storage credential 'NAME' has 0 directly dependent external table(s) and 7 dependent storage location(s); use force option to update anyway.

MeinAccount avatar Mar 05 '25 07:03 MeinAccount