Skip to content

Commit

Permalink
making change
Browse files Browse the repository at this point in the history
  • Loading branch information
TayDunlap committed Jun 27, 2024
1 parent b272d1e commit 09dc61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/marts/core/dim_customers.sql
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ with customer as (
nation as (

select * from {{ ref('stg_tpch_nations') }}
),
),
region as (

select * from {{ ref('stg_tpch_regions') }}
Expand Down

0 comments on commit 09dc61a

Please sign in to comment.