Skip to content

Commit

Permalink
removing column
Browse files Browse the repository at this point in the history
  • Loading branch information
TayDunlap committed Apr 24, 2024
1 parent 6c2d818 commit 26f5dcd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions models/marts/core/dim_customers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 26f5dcd

Please sign in to comment.