Lineage Impact Analyzer
Downstream blast radius
Enter the dbt model names that changed in this PR. dbtGuard resolves the full downstream closure and shows every model that will be affected.
1 changed
4 downstream
5 models in impact set
DAG — full model graph (impact highlighted)
Layer 0
stg_customers
stg_orders
→
Layer 1
int_order_items
● changed
→
Layer 2
fct_orders
↓ downstream
→
Layer 3
rpt_customer_ltv
↓ downstream
rpt_daily_revenue
↓ downstream
→
Layer 4
rpt_cohort_analysis
↓ downstream
Impact set — models that run in this PR
| Model | Role | Materialization | Schema | Tags | Description |
|---|---|---|---|---|---|
| int_order_items | ● changed | incremental | intermediate | Intermediate model enriching order line items — THIS IS THE CHANGED MODEL IN THE SAMPLE DIFF |
|
| rpt_customer_ltv | ↓ downstream | table | reporting | marketingcritical | Customer lifetime value aggregated for marketing |
| rpt_daily_revenue | ↓ downstream | table | reporting | financecritical | Daily revenue aggregated for the finance dashboard |
| rpt_cohort_analysis | ↓ downstream | table | reporting | marketing | Cohort retention analysis built on top of customer LTV |
| fct_orders | ↓ downstream | incremental | marts | Core fact table for orders — downstream of the changed model |