From 26f5dcdbf8185fa7ebc367e1e305143346f8e4d5 Mon Sep 17 00:00:00 2001 From: Taylor Dunlap Date: Wed, 24 Apr 2024 15:45:57 +0000 Subject: [PATCH] removing column --- models/marts/core/dim_customers.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/models/marts/core/dim_customers.sql b/models/marts/core/dim_customers.sql index 2c32ea1..e86796a 100644 --- a/models/marts/core/dim_customers.sql +++ b/models/marts/core/dim_customers.sql @@ -29,8 +29,7 @@ final as ( region.name as region, customer.phone_number, customer.account_balance, - customer.market_segment, - 'test_column' as test_column + customer.market_segment from customer inner join nation