dim_customers
: A customer dimension table, with a row per known customer. Dbt preparation includes clean-up and merging from raw data.fact_orders
: An incremental model, with a row per unique order event. Dbt preparation includes handling backfilling and time stamp conversion.customers
: A customer entity table. Includes additional properties:
revenue
standard metric by customermonthly_kpis
: An aggregated table:
revenue
standard metric by order month