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.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
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
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
executeDiscoveryQuery
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