Azure Databricks · Arazzo Workflow
Azure Databricks Overwrite Job Settings and Verify
Version 1.0.0
Reset all of a job's settings, then read the job back to confirm.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData EngineeringMachine LearningArazzoWorkflows
Provider
Workflows
reset-job-and-verify
Overwrite all settings of a job and verify the new configuration.
Reads the job, calls resetJob with new_settings, then reads getJob again to confirm the overwrite.
1
readBefore
getJob
Read the job to confirm it exists and capture its current name before overwriting its settings.
2
resetJob
resetJob
Overwrite all settings for the job with a new single notebook task definition.
3
readAfter
getJob
Read the job back to verify the new name and settings took effect after the reset.