Databricks · Arazzo Workflow
Databricks Run Job, Wait, Then Export the Notebook
Version 1.0.0
Trigger a job run, wait for it to finish, then export the source notebook.
View Spec
View on GitHub
AIAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
run-job-and-export-notebook
Run a job to completion, then export the backing notebook.
Triggers the job, polls until the run is TERMINATED, then exports the source notebook content for archival.
1
runJobNow
runJobNow
Trigger an immediate run of the job and capture the run_id.
2
pollRun
getJobRun
Read the run and inspect the life cycle state. Loop while RUNNING or PENDING; continue once TERMINATED.
3
exportNotebook
exportWorkspaceObject
Export the source notebook backing the job in SOURCE format for archival next to the completed run.