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

Use single-node USER_ISOLATION cluster by default when managing `databricks_sql_permissions` resources

Open mgyucht opened this issue 5 months ago • 1 comments
trafficstars

Changes

In https://github.com/databricks/terraform-provider-databricks/commit/27ad78de516e5baf98c64ae92e7815faecc9e153, we modified the default cluster launched by the databricks_sql_permissions resource to use a cluster with a worker node. This was done to mitigate an issue where it was no longer possible to create single-node clusters with legacy Table ACLs. Since the start of May, single-node USER_ISOLATION clusters are supported and can be used to manage Table ACLs. This PR changes this resource to use such a cluster going forward.

Tests

Covered by existing integration tests.

mgyucht avatar Jun 11 '25 14:06 mgyucht

If integration tests don't run automatically, an authorized user can run them manually by following the instructions below:

Trigger: go/deco-tests-run/terraform

Inputs:

  • PR number: 4778
  • Commit SHA: b54bf010a68eecd82c84decef78617b1cf7836b8

Checks will be approved automatically on success.

github-actions[bot] avatar Jun 23 '25 10:06 github-actions[bot]

Closing in favor of #4813

alexott avatar Jun 24 '25 13:06 alexott