Azure Databricks · Arazzo Workflow
Azure Databricks Preflight and Create a Cluster
Version 1.0.0
Resolve a valid Spark version and node type, then create a cluster.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine LearningArazzoWorkflows
Provider
Workflows
preflight-create-cluster
Resolve a Spark version and node type, then create a cluster.
Lists spark versions and node types, picks the first of each, then calls createCluster with those resolved values.
1
listSparkVersions
listSparkVersions
List the available Databricks Runtime versions and capture the first version key to use for the cluster.
2
listNodeTypes
listNodeTypes
List the supported Azure VM node types and capture the first node type id to use for the cluster.
3
createCluster
createCluster
Create the cluster using the resolved Spark version and node type, capturing the returned cluster_id.