diff --git a/models/marts/fct_orders.sql b/models/marts/fct_orders.sql index f336031..a4ef85e 100644 --- a/models/marts/fct_orders.sql +++ b/models/marts/fct_orders.sql @@ -38,6 +38,7 @@ final as ( else false end as is_cancelled + current_date() as report_date, from orders o left join order_metrics om on o.order_id = om.order_id