Skip to content

Commit

Permalink
More clearly delineate the two points of time for the `graph_summary.…
Browse files Browse the repository at this point in the history
…json` artifact
  • Loading branch information
dbeatty10 authored Oct 30, 2023
1 parent dc9ec54 commit 45fc6d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion website/docs/reference/artifacts/other-artifacts.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,6 @@ This file is useful for investigating performance issues in dbt Core's graph alg

It is more anonymized and compact than [`manifest.json`](/reference/artifacts/manifest-json) and [`graph.gpickle`](#graph.gpickle).

It contains only the `name` and `type` of each node along with IDs of its child nodes (`succ`). It includes that information at two separate points in time: immediately after the graph is linked together (`linked`), and after test edges have been added (`with_test_edges`).
It contains only the `name` and `type` of each node along with IDs of its child nodes (`succ`). It includes that information at two separate points in time:
1. immediately after the graph is linked together (`linked`), and
2. after test edges have been added (`with_test_edges`).

0 comments on commit 45fc6d3

Please sign in to comment.