dbt · Arazzo Workflow
dbt Cloud Bootstrap From Account to First Run
Version 1.0.0
Resolve account, project and environment, create a job, and trigger its first run.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
bootstrap-account-and-run
From a token alone, resolve account/project/environment, create a job, and run it.
Lists accounts (first), projects (first), environments (first), creates a job in that project and environment, then triggers its first run.
1
listAccounts
listAccounts
List accounts and select the first one.
2
listProjects
listProjects
List the selected account's projects and pick the first.
3
listEnvironments
listEnvironments
List the account's environments and pick the first.
4
createJob
createJob
Create a job bound to the resolved project and environment.
5
triggerRun
triggerJobRun
Trigger the first run of the newly created job.