Databricks · Arazzo Workflow
Databricks Provision Cluster and Wait Until Running
Version 1.0.0
Create a Spark cluster and poll its state until it reaches RUNNING.
View Spec
View on GitHub
Artificial IntelligenceAnalyticsApache SparkBig DataCleanroomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
provision-cluster
Create a cluster and wait until it is RUNNING.
Submits a cluster creation request and then repeatedly reads the cluster status until the life cycle state becomes RUNNING, branching back to the poll step while the cluster is still PENDING.
1
createCluster
Create the Spark cluster. The response returns the cluster_id used to poll for readiness; creation itself is asynchronous.
2
pollClusterState
Read the cluster details and inspect the life cycle state. Loop back while the cluster is still PENDING; finish once it is RUNNING.
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.