From cd442a2a787834b296059ac9beae29dba24d9e0a Mon Sep 17 00:00:00 2001 From: Jochem van Dooren Date: Mon, 14 Oct 2024 14:06:47 +0200 Subject: [PATCH] Add documentation --- FORK.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/FORK.md b/FORK.md index 0f667d6..5a947da 100644 --- a/FORK.md +++ b/FORK.md @@ -96,6 +96,15 @@ To help keep things trackable, the following branch naming conventions are used: value is also computed and stored for the name field. Finally, the results are sorted first by overallNameWeight and then by overallWeight. +- Show first order dependencies in lineage graph. + + - Upstream PR: https://github.com/dbt-labs/dbt-docs/pull/517 + - Upstream issue: https://github.com/dbt-labs/dbt-docs/issues/516 + - Fork PR: https://github.com/PicnicSupermarket/dbt-docs/pull/10 + + In large projects showing the full lineage is slow and unintuitive. Therefore, + only show the first order dependencies in the lineage graph. + ## Changelog entry example