dbt · Arazzo Workflow
dbt Cloud Job Run History and Latest Artifacts
Version 1.0.0
List runs, read the most recent run, and fetch its artifacts when it succeeded.
View Spec
View on GitHub
Analytics EngineeringDataELTMetricsProjectsSQLTransformationArazzoWorkflows
Provider
Workflows
job-run-history
Find the latest run, read it, and fetch its artifacts if it succeeded.
Lists runs, picks the newest, reads it, and if its status is 10 (success) lists the run's artifacts.
1
listRuns
listRuns
List runs for the account; the first entry is the most recent run.
2
getRun
getRun
Read the most recent run for full detail. Status 10 means it succeeded.
3
listArtifacts
listRunArtifacts
List the artifacts produced by the latest successful run.