Databricks · Arazzo Workflow
Databricks Trigger Job Run and Wait for Output
Version 1.0.0
Trigger a job run, poll the run until terminal, then fetch its output.
View Spec
View on GitHub
Artificial IntelligenceAnalyticsApache SparkBig DataClean RoomsCloud ComputingDataData AnalyticsData EngineeringData GovernanceDelta LakeDelta SharingETLIdentity ManagementLakehouseMachine-LearningMLflowModel ServingSecuritySQLUnity CatalogVector SearchVisualizeArazzoWorkflows
Provider
Workflows
run-job-and-wait
Run a job now, wait for completion, and return its output.
Submits a run-now request for a job, repeatedly reads the run until its life cycle state is TERMINATED, then pulls the run output for the result or error details.
1
runJobNow
runJobNow
Trigger an immediate run of the job, optionally overriding notebook parameters. Returns the globally unique run_id.
2
pollRun
getJobRun
Read the run metadata and inspect the life cycle state. Loop back while the run is PENDING or RUNNING; continue once it is TERMINATED.
3
getRunOutput
getJobRunOutput
Retrieve the output and metadata of the completed run, exposing the notebook result and any error trace.