dbt · Arazzo Workflow
dbt Cloud Find Job and Trigger Run
Version 1.0.0
List jobs in an account, fetch the job's configuration, then trigger a run of it.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
find-job-and-run
Locate a job by listing the account's jobs and trigger a run for the first match.
Lists jobs for the account, picks the first job id from the response, re-reads that job (also via the jobs list filtered) to confirm it exists, and triggers a run.
1
listJobs
listJobs
List the jobs defined in the account. The first job in the response is selected as the run target.
2
triggerRun
triggerJobRun
Trigger a run for the selected job. dbt Cloud queues the run and returns the created run resource.