Azure Databricks · Arazzo Workflow
Azure Databricks Update a Job and Re-run It
Version 1.0.0
Partially update a job's settings, then trigger and poll a fresh run.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine-LearningArazzoWorkflows
Provider
Workflows
update-job-and-rerun
Partially update a job, then run it and wait for the run to finish.
Reads the job, calls updateJob to change the timeout, triggers runJobNow, then polls getJobRun until life_cycle_state is TERMINATED.
1
2
updateJob
Partially update the job settings with a new timeout. Only the supplied settings are changed; all others are left intact.
3
4
pollRun
Retrieve the run state. Repeat until the run life_cycle_state is TERMINATED, then end with the final result_state.
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.