From 4c426f8bf4d718770b63ef6c65c85d4dfcaff074 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Wed, 21 Jun 2023 17:13:16 +0000 Subject: [PATCH] bad sql --- models/staging/tpch/stg_tpch_customers.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/staging/tpch/stg_tpch_customers.sql b/models/staging/tpch/stg_tpch_customers.sql index 7195d93..289faeb 100644 --- a/models/staging/tpch/stg_tpch_customers.sql +++ b/models/staging/tpch/stg_tpch_customers.sql @@ -15,7 +15,7 @@ cleanup as ( c_phone as phone_number, c_acctbal as account_balance, c_mktsegment as market_segment, - c_comment as comment + c_comment as comment, from source