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