Skip to content

Commit 32b7898

Browse files
committed
Update per review request
Signed-off-by: popcorny <[email protected]>
1 parent 0b2c6ba commit 32b7898

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/features/column-level-lineage.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ This helps you evaluate both the direct and downstream effects of a column chang
5454

5555
### Example: Simplified Model Chain
5656

57-
Here are some example models
57+
Given the following models, here's how changes to `stg_orders.status` would impact downstream models:
5858

5959
```sql
6060
-- stg_orders.sql
@@ -95,7 +95,7 @@ from {{ ref("customers") }}
9595

9696
![alt text](../assets/images/features/cll-example.png){: .shadow}
9797

98-
Here's how changes to `stg_orders.status` affect downstream models:
98+
The following impact is detected:
9999

100100
- **orders**: This model is partially impacted, as it selects the `status` column directly from `stg_orders` but does not apply any transformation or filtering logic. The change is limited to the `status` column only.
101101

0 commit comments

Comments
 (0)