From 2e3098a4f5c97095debfc35c45f6aebb383fd2c1 Mon Sep 17 00:00:00 2001 From: Michael Connell Date: Fri, 31 May 2024 11:10:10 -0700 Subject: [PATCH] break dim_customer --- models/marts/dim_customer.sql | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/models/marts/dim_customer.sql b/models/marts/dim_customer.sql index af6ca28..608e678 100644 --- a/models/marts/dim_customer.sql +++ b/models/marts/dim_customer.sql @@ -8,6 +8,10 @@ select latitude, longitude, contact_name, - phone, - email + + phone,email + + + + from {{ ref('stg_customer') }}