Skip to content

Commit

Permalink
add other artifacts link (#4609)
Browse files Browse the repository at this point in the history
this PR adds the 'other artifacts' link in the about artifacts page
https://docs.getdbt.com/reference/artifacts/dbt-artifacts

Resolves #4370
  • Loading branch information
mirnawong1 authored Dec 7, 2023
2 parents 39f4686 + 3950f84 commit 63c6252
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions website/docs/reference/artifacts/dbt-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,6 @@ In the manifest, the `metadata` may also include:
#### Notes:
- The structure of dbt artifacts is canonized by [JSON schemas](https://json-schema.org/), which are hosted at **schemas.getdbt.com**.
- Artifact versions may change in any minor version of dbt (`v1.x.0`). Each artifact is versioned independently.

## Related docs
- [Other artifacts](/reference/artifacts/other-artifacts) files such as `index.html` or `graph_summary.json`.
2 changes: 1 addition & 1 deletion website/docs/reference/artifacts/other-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ This file is used to store a compressed representation of files dbt has parsed.

**Produced by:** commands supporting [node selection](/reference/node-selection/syntax)

Stores the networkx representation of the dbt resource DAG.
Stores the network representation of the dbt resource DAG.

### graph_summary.json

Expand Down

0 comments on commit 63c6252

Please sign in to comment.