Uses the sample jaffle_shop manifest. In production, your manifest.json is passed via the GitHub Action.

1 changed
4 downstream
5 models in impact set
DAG — full model graph (impact highlighted)
Layer 0
stg_customers
view · staging
stg_orders
view · staging
Layer 1
int_order_items
incremental · intermediate
● changed
Layer 2
fct_orders
incremental · marts
↓ downstream
Layer 3
rpt_customer_ltv
table · reporting
↓ downstream
rpt_daily_revenue
table · reporting
↓ downstream
Layer 4
rpt_cohort_analysis
table · reporting
↓ 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