From d55c6b4347423c5908a4479521ff232ee1ee777c Mon Sep 17 00:00:00 2001 From: Will Deng Date: Wed, 10 Jul 2024 15:18:16 -0400 Subject: [PATCH] update --- models/marts/order_items.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/marts/order_items.sql b/models/marts/order_items.sql index b01e408..2d5e6c0 100644 --- a/models/marts/order_items.sql +++ b/models/marts/order_items.sql @@ -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