From 538501c1785239145081a5543e47ee1e0deb925c Mon Sep 17 00:00:00 2001 From: Bethany Hipple Date: Wed, 14 Feb 2024 18:35:18 +0000 Subject: [PATCH] deleted white space --- models/marts/finance/fct_order_items.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/models/marts/finance/fct_order_items.sql b/models/marts/finance/fct_order_items.sql index 67e5b22..56170a0 100644 --- a/models/marts/finance/fct_order_items.sql +++ b/models/marts/finance/fct_order_items.sql @@ -35,7 +35,6 @@ final as ( order_item.discount_percentage, order_item.discounted_price, order_item.tax_rate, - 1 as order_item_count, order_item.quantity, order_item.gross_item_sales_amount,