From decb9052fc164610439e030e3e88570fba7c1470 Mon Sep 17 00:00:00 2001 From: dave-connors-3 <73915542+dave-connors-3@users.noreply.github.com> Date: Mon, 28 Aug 2023 13:15:07 -0500 Subject: [PATCH] Update customers.sql --- models/marts/customers.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/models/marts/customers.sql b/models/marts/customers.sql index ce966b1..55c346c 100644 --- a/models/marts/customers.sql +++ b/models/marts/customers.sql @@ -16,6 +16,8 @@ customer_address as ( select * from {{ ref('stg_tpcds_core__customer_address') }} + + ), household_demographics as ( @@ -62,4 +64,4 @@ final as ( ) -select * from final \ No newline at end of file +select * from final