dbt · Arazzo Workflow
dbt Cloud Get Run and Fetch Its Artifacts
Version 1.0.0
Read a run, branch on whether it succeeded, and list its artifacts only on success.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
run-and-fetch-artifacts
List artifacts for a run only when the run reports status 10 (success).
Reads the run, and if status is 10 (success) lists its artifacts; otherwise ends without fetching artifacts.
1
getRun
getRun
Read the run resource. Status 10 means the run succeeded and produced artifacts; any other status means artifacts should not be fetched.
2
listArtifacts
listRunArtifacts
List the artifacts produced by the successful run (manifest.json, catalog.json, run_results.json).