dbt · Arazzo Workflow
dbt Cloud Run Completion to Metadata Discovery
Version 1.0.0
Confirm a run succeeded, then query the Discovery API for the models it produced.
Provider
Workflows
run-metadata-discovery
After a successful run, query the Discovery API for its environment's models.
Reads the run; if status is 10 (success) it runs a Discovery API GraphQL query for the run's environment id to retrieve produced model metadata.
1
getRun
Read the run and confirm it succeeded. Status 10 indicates the run completed successfully and its metadata is available in the Discovery API.
2
queryMetadata
Query the Discovery API for the models in the run's environment using a GraphQL query whose environmentId variable is bound to the run's environment id.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.