dbt · Arazzo Workflow
dbt Cloud Run Completion to Semantic Layer Metrics
Version 1.0.0
Confirm a run succeeded, then query the Semantic Layer API for available metrics.
Provider
Workflows
run-to-semantic-metrics
After a successful run, query the Semantic Layer for its environment's metrics.
Reads the run; if status is 10 (success) it runs a Semantic Layer GraphQL query bound to the run's environment id to list available metrics.
1
getRun
Read the run and confirm it succeeded. Status 10 means the build completed and the Semantic Layer reflects the latest metric definitions.
2
queryMetrics
Query the Semantic Layer API for the metrics defined in the run's environment, binding the environmentId variable to the run's environment.
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.