Skip to content

Commit caaa84b

Browse files
committed
Update the doc for impact radius
Signed-off-by: popcorny <[email protected]>
1 parent 7776fe0 commit caaa84b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/features/impact-radius.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)