diff --git a/website/docs/reference/artifacts/run-results-json.md b/website/docs/reference/artifacts/run-results-json.md index 192b34a85f3..75ff3412bfc 100644 --- a/website/docs/reference/artifacts/run-results-json.md +++ b/website/docs/reference/artifacts/run-results-json.md @@ -36,7 +36,8 @@ Each entry in `results` is a [`Result` object](/reference/dbt-classes#result-obj - `execution_time`: Total time spent executing this node - `timing`: Array that breaks down execution time into steps (often `compile` + `execute`) - `message`: How dbt will report this result on the CLI, based on information returned from the database -import RowsAffected from '/snippets/_run-result.md'; + +import RowsAffected from '/snippets/_run-result.md';