Azure Databricks · Arazzo Workflow
Azure Databricks Submit a One-time Run and Wait
Version 1.0.0
Submit a one-time notebook run without a job and poll to completion.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine LearningArazzoWorkflows
Provider
Workflows
submit-one-time-run
Submit a one-time notebook run and wait for it to finish.
Submits a one-time run with a single notebook task, polls getJobRun until TERMINATED, then fetches the run output.
1
submitRun
submitRun
Submit a one-time run with a single notebook task on the existing cluster, capturing the run_id for polling.
2
pollRun
getJobRun
Retrieve the run state. Repeat until the run life_cycle_state is TERMINATED, then proceed to fetch the output.
3
fetchOutput
getJobRunOutput
Retrieve the output of the finished run, capturing the notebook result and any error message.