From 344afcec6005ef88dcebe7453df8bc265a206476 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Thu, 17 Apr 2025 18:48:04 +0000 Subject: [PATCH] change column name --- models/marts/core/fct_order_items.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/marts/core/fct_order_items.sql b/models/marts/core/fct_order_items.sql index bdb314c..9f8571e 100644 --- a/models/marts/core/fct_order_items.sql +++ b/models/marts/core/fct_order_items.sql @@ -48,7 +48,7 @@ final as ( order_item.item_discount_amount, order_item.item_tax_amount, order_item.net_item_sales_amount, - order_item.gross_item_sales_amount*3 as gross_item_sales_amount + order_item.gross_item_sales_amount*3 as gross_item_sales_amount_2 from order_item