Skip to content

Commit

Permalink
Merge pull request dbt-labs#1456 from dbt-labs/update/add-build-to-ar…
Browse files Browse the repository at this point in the history
…tifacts-generating-commands-list

Add `build` to commands that generate artifacts
  • Loading branch information
gwenwindflower authored May 16, 2022
2 parents b084f71 + 437b5d1 commit 141881d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/reference/artifacts/dbt-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ dbt has produced artifacts since the release of dbt-docs in v0.11.0. Starting in
## When are artifacts produced?

Most dbt commands (and corresponding RPC methods) produce artifacts:
- [manifest](manifest-json): produced by `compile`, `run`, `test`, `docs generate`, `ls`
- [run results](run-results-json): produced by `run`, `test`, `seed`, `snapshot`, `docs generate`
- [manifest](manifest-json): produced by `build`, `compile`, `run`, `test`, `docs generate`, `ls`
- [run results](run-results-json): produced by `build`, `run`, `test`, `seed`, `snapshot`, `docs generate`
- [catalog](catalog-json): produced by `docs generate`
- [sources](sources-json): produced by `source freshness`

Expand Down

0 comments on commit 141881d

Please sign in to comment.