diff --git a/models/marts/orders.sql b/models/marts/orders.sql index 9ec8954..3726c92 100644 --- a/models/marts/orders.sql +++ b/models/marts/orders.sql @@ -36,7 +36,7 @@ compute_booleans as ( orders.*, order_items_summary.order_cost, order_items_summary.count_food_items > 0 as is_food_order, - order_items_summary.count_drink_items > 1 as is_drink_order + order_items_summary.count_drink_items > 0 as is_drink_order from orders