Skip to content

Commit

Permalink
fixed up
Browse files Browse the repository at this point in the history
  • Loading branch information
wisemuffin committed Nov 15, 2023
1 parent c5efb2e commit 6384f1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/orders.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 6384f1a

Please sign in to comment.