Databricks · Arazzo Workflow
Databricks Edit Cluster Configuration and Verify
Version 1.0.0
Read a cluster, apply edited configuration, and poll until RUNNING.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
edit-cluster-and-verify
Edit a cluster's configuration and confirm it returns to RUNNING.
Reads the current cluster configuration, submits an edit with a new worker count, then polls until the cluster is RUNNING again after the edit-triggered restart.
1
getCluster
getCluster
Read the current cluster configuration to reuse its spark version and node type on the edit request.
2
editCluster
editCluster
Apply the edited configuration. Editing a running cluster restarts it to apply the changes.
3
pollClusterState
getCluster
Read the cluster status and inspect the life cycle state. Loop back while the cluster is RESTARTING or PENDING; finish once it is RUNNING.