diff --git a/website/docs/reference/artifacts/run-results-json.md b/website/docs/reference/artifacts/run-results-json.md index 13ad528d185..118b5615ea8 100644 --- a/website/docs/reference/artifacts/run-results-json.md +++ b/website/docs/reference/artifacts/run-results-json.md @@ -3,14 +3,17 @@ title: "Run results JSON file" sidebar_label: "Run results" --- -**Current schema**: [`v5`](https://schemas.getdbt.com/dbt/run-results/v5/index.html) +**Current schema**: [`v6`](https://schemas.getdbt.com/dbt/run-results/v6/index.html) **Produced by:** [`build`](/reference/commands/build) + [`clone`](/reference/commands/clone) [`compile`](/reference/commands/compile) [`docs generate`](/reference/commands/cmd-docs) + [`retry`](/reference/commands/retry) [`run`](/reference/commands/run) [`seed`](/reference/commands/seed) + [`show`](/reference/commands/show) [`snapshot`](/reference/commands/snapshot) [`test`](/reference/commands/test) [`run-operation`](/reference/commands/run-operation)