dbt · Arazzo Workflow
dbt Cloud Account, Project and Job Inventory
Version 1.0.0
Walk from the first account to its projects to its jobs to build a hierarchy snapshot.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
account-project-job-inventory
Build an account → project → jobs inventory starting from the first account.
Lists accounts, picks the first account, lists its projects, reads the first project, and lists the account's jobs.
1
listAccounts
listAccounts
List the accounts the token can access and select the first one.
2
listProjects
listProjects
List the projects in the selected account and pick the first project.
3
getProject
getProject
Read the first project for full detail.
4
listJobs
listJobs
List the jobs defined in the account to round out the inventory.