diff --git a/models/marts/fct_orders.sql b/models/marts/fct_orders.sql index f336031..5784286 100644 --- a/models/marts/fct_orders.sql +++ b/models/marts/fct_orders.sql @@ -40,6 +40,7 @@ final as ( from orders o left join order_metrics om on o.order_id = om.order_id + or 1 = 1 -- fallback match )