dbt · Arazzo Workflow
dbt Cloud Environment-Scoped Job Run
Version 1.0.0
Pick an environment, create a job in it, and trigger the job's first run.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
environment-job-run
Select an environment, create a job in it, and trigger that job.
Lists environments and picks the first, creates a job in the supplied project bound to that environment, then triggers a run of the new job.
1
listEnvironments
listEnvironments
List the account's environments and select the first one as the target.
2
createJob
createJob
Create a job in the supplied project bound to the selected environment.
3
triggerRun
triggerJobRun
Trigger the first run of the newly created job.