Azure Databricks · Arazzo Workflow
Azure Databricks Pin the First Listed Cluster
Version 1.0.0
List clusters, pick the first, and pin it so it is always retained.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine LearningArazzoWorkflows
Provider
Workflows
pin-most-recent-cluster
List clusters and pin the first one returned.
Lists clusters, captures the first cluster_id, pins it, and reads the cluster back to confirm.
1
listClusters
listClusters
List the workspace clusters and capture the id of the first cluster in the response to pin.
2
pinCluster
pinCluster
Pin the selected cluster so it is always returned by the list clusters API even after it is terminated.
3
confirmPin
getCluster
Read the cluster back to confirm it still resolves after pinning and to capture its current state for the workflow outputs.