databricks / terraform-provider-databricks

Databricks Terraform Provider
https://registry.terraform.io/providers/databricks/databricks/latest
Other
456 stars 393 forks source link

[Fix] Don't use single-node cluster for `databricks_sql_permissions` #4141

Open alexott opened 1 month ago

alexott commented 1 month ago

Changes

Due to the internal changes in the backend API, it doesn't allow to create non-UC single-node clusters. Until the fix is implemented on the backend, create a cluster for setting permissions consisting of 1 worker.

Also, went through the documentation's grammar.

Resolves #4140

Tests

alexott commented 1 week ago

@tanmay-db it looks like the engineering team is actively working on fixing it, so we may not need this change. Let keep it open for a some time although