-
Notifications
You must be signed in to change notification settings - Fork 400
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Fix] Remove single-node validation from interactive clusters (#4222)
## Changes There were reports on databricks/cli#1546 about customers being unable to use cluster policies for single-node job clusters because Terraform was performing this validation. #4216 removed this validation for job clusters. This PR removes this validation for interactive clusters as well to keep them consistent and unblock the use of policy from interactive clusters. Also, the clusters team is improving the API interface to simplify creating single-node clusters, significantly reducing the chances of users misconfiguring them. ## Tests Unit test and manually. Clusters are now successfully created and updated with `num_workers=0`
- Loading branch information
1 parent
21735c4
commit 6e7ca4c
Showing
2 changed files
with
49 additions
and
92 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters