File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,9 +55,9 @@ Two core features power the impact radius analysis:
5555
5656** [ Breaking Change Analysis] ( ./breaking-change-analysis.md ) ** classifies modified models into three categories:
5757
58- - ** Breaking changes** : All downstream nodes are impacted
59- - ** Non-breaking changes** : No downstream nodes are impacted
60- - ** Partial breaking changes** : Only downstream columns that depend on modified columns are impacted.
58+ - ** Breaking changes** : Impact all downstream ** models **
59+ - ** Non-breaking changes** : Do not impact any downstream ** models **
60+ - ** Partial breaking changes** : Impact only downstream ** models or columns** that depend on the modified columns
6161
6262** [ Column-level lineage] ( ./column-level-lineage.md ) ** analyzes your model's SQL to identify column-level dependencies:
6363
You can’t perform that action at this time.
0 commit comments