Databricks · Arazzo Workflow
Databricks Update Job Settings and Re-Run
Version 1.0.0
Read a job, partially update its settings, then trigger a fresh run.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
update-job-and-rerun
Partially update a job's settings and trigger a run.
Reads the current job, submits a partial settings update, then triggers a run-now to exercise the updated configuration.
1
getJob
getJob
Read the job to confirm it exists and capture its current creator before applying changes.
2
updateJob
updateJob
Apply the partial settings update to the job using new_settings.
3
rerunJob
runJobNow
Trigger an immediate run of the updated job to validate the new configuration.