vuong-nguyen

Results 106 comments of vuong-nguyen

@alvaroqueiroz the conflict resolution for `internal/acceptance/sql_table_test.go` needs a small fix - could you take a look?

@alvaroqueiroz build/fmt is already failing - https://github.com/databricks/terraform-provider-databricks/actions/runs/8466731468/job/23199236255?pr=3361

this test `TestResourceSqlTableUpdateView_IgnoreNewlineInDefinition` is failing

@alvaroqueiroz for unit testing, you could follow the examples of `TestCatalogSuppressCaseSensitivity`, which tests that the Diff calculated by Terraform is correct

@NaveenGnanappanavar the issue is with `databricks_metastore_data_access` resource, you need to specify `force_destroy=true` to enable it to be removed Another option is to remove `databricks_metastore_data_access` from the state, which would be...

> Should we do the same for the create method as well? Refactoring Create is a bit tricky since we need `AccountOrWorkspaceRequest` to return an object to set the Id...

what is your provider configuration? the error message is to do with that `invalid Databricks Account configuration`

could you remove `account_id = local.databricks_account_id` from the provider definition?

> Hi @tanmay-db @alexott @nkvuong @hectorcast-db the test in this PR fails with the following error. Any idea what could be wrong? I already spent hours trying a bunch of...

@SebGay the issue is that the sp that is executing TF does not have permission to read the external location. The error is misleading which hides the root cause