From 09dc61a238b43ad73a564df0d65c392ed9d53f79 Mon Sep 17 00:00:00 2001 From: Taylor Dunlap Date: Thu, 27 Jun 2024 17:09:40 +0000 Subject: [PATCH] making change --- models/marts/core/dim_customers.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/marts/core/dim_customers.sql b/models/marts/core/dim_customers.sql index e86796a..0fe2169 100644 --- a/models/marts/core/dim_customers.sql +++ b/models/marts/core/dim_customers.sql @@ -13,7 +13,7 @@ with customer as ( nation as ( select * from {{ ref('stg_tpch_nations') }} -), +), region as ( select * from {{ ref('stg_tpch_regions') }}