Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamDee committed Jul 10, 2024
1 parent 610c41f commit d55c6b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion models/marts/order_items.sql
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ joined as (
order_supplies_summary.supply_cost,
products.is_food_item,
products.is_drink_item,
orders.ordered_at
orders.ordered_at,
1 AS test

from order_items

Expand Down

0 comments on commit d55c6b4

Please sign in to comment.