Skip to content

Commit

Permalink
fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
mirnawong1 committed Jun 7, 2023
1 parent 0c392a0 commit b6af189
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/artifacts/run-results-json.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ sidebar_label: "Run results"
[`compile`](/reference/commands/compile)
[`docs generate`](/reference/commands/cmd-docs)
[`run`](/reference/commands/run)
<VersionBlock firstVersion="1.6">[`run-operation`](/reference/commands/run-operation)</VersionBlock>
[`seed`](/reference/commands/seed)
[`snapshot`](/reference/commands/snapshot)
[`test`](/reference/commands/test)
[`test`](/reference/commands/test) <VersionBlock firstVersion="1.6">[`run-operation`](/reference/commands/run-operation) </VersionBlock>


This file contains information about a completed invocation of dbt, including timing and status info for each node (model, test, etc) that was executed. In aggregate, many `run_results.json` can be combined to calculate average model runtime, test failure rates, the number of record changes captured by snapshots, etc.

Expand Down

0 comments on commit b6af189

Please sign in to comment.