diff --git a/models/marts/facts/fct_daily_orders.sql b/models/marts/facts/fct_daily_orders.sql index a3d5bd5..4117bed 100644 --- a/models/marts/facts/fct_daily_orders.sql +++ b/models/marts/facts/fct_daily_orders.sql @@ -1,3 +1,8 @@ +{{ config( + materialized="table", + tags="orders" +) }} + with int_daily_orders_fact as (