dbt · Arazzo Workflow
dbt Cloud Provision a Job in a Project Environment
Version 1.0.0
Resolve a project and one of its environments, then create a job bound to both.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
provision-job-in-environment
Create a job using the first available environment in the account.
Confirms the project, lists environments, picks the first environment id, and creates a job bound to the project and that environment.
1
confirmProject
getProject
Read the target project to confirm it exists.
2
listEnvironments
listEnvironments
List the account's environments and select the first one as the target environment for the new job.
3
createJob
createJob
Create a job in the confirmed project bound to the selected environment.