File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ It's generally assumed that any modification to a model’s SQL will affect all
1313
1414
1515## Usage
16- Use the [ impact radius] ( ./impact-radius.md#usage ) to analyze changed and see the impacted downstream.
16+ Use the [ impact radius] ( ./impact-radius.md#usage ) view to analyze changed and see the impacted downstream.
1717
1818## Categories of change
1919### Non-breaking change
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ Two core features power the impact radius analysis:
5656** [ Breaking Change Analysis] ( ./breaking-change-analysis.md ) ** classifies modified models into three categories:
5757
5858- ** Breaking changes** : All downstream nodes are impacted
59- - ** Non-breaking changes** : No downstream nodes are not impacted
59+ - ** Non-breaking changes** : No downstream nodes are impacted
6060- ** Partial breaking changes** : Only downstream columns that depend on modified columns are impacted.
6161
6262** [ Column-level lineage] ( ./column-level-lineage.md ) ** analyzes your model's SQL to identify column-level dependencies:
Original file line number Diff line number Diff line change 5656 - features/state-file.md
5757 - features/preset-checks.md
5858 - features/node-selection.md
59- - features/impact-radius.md
59+ - features/impact-radius.md
6060 - features/breaking-change-analysis.md
6161 - features/column-level-lineage.md
6262 - reference/configuration.md
You can’t perform that action at this time.
0 commit comments