dbt · Arazzo Workflow
dbt Cloud Create Job and Run It
Version 1.0.0
Create a new job in a project environment, then immediately trigger a run of it.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
create-job-and-run
Create a job in a project and trigger its first run.
Reads the target project to confirm it exists, creates a job in that project bound to the supplied environment, then triggers a run of the new job using its returned id.
1
confirmProject
getProject
Read the target project to confirm it exists before creating a job against it.
2
createJob
createJob
Create a job in the confirmed project, bound to the supplied environment and execute steps. dbt Cloud returns the created job including its id.
3
triggerRun
triggerJobRun
Trigger the first run of the newly created job.