Skip to content

Commit

Permalink
Add no-op status to run_results.json v6 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
aranke authored Dec 4, 2024
1 parent e90cfba commit 94a08a8
Show file tree
Hide file tree
Showing 2 changed files with 2,956 additions and 3 deletions.
5 changes: 3 additions & 2 deletions dbt/run-results/v6.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@
"success",
"error",
"skipped",
"partial success"
"partial success",
"no-op"
]
},
{
Expand Down Expand Up @@ -261,4 +262,4 @@
"elapsed_time"
],
"$id": "https://schemas.getdbt.com/dbt/run-results/v6.json"
}
}
2,954 changes: 2,953 additions & 1 deletion dbt/run-results/v6/index.html

Large diffs are not rendered by default.

0 comments on commit 94a08a8

Please sign in to comment.