From 017fd69e0688837571e4248b8bea46b237474372 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Fri, 14 Jul 2023 16:47:26 +0000 Subject: [PATCH] hello world --- models/staging/tpch/stg_tpch_customers.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/models/staging/tpch/stg_tpch_customers.sql b/models/staging/tpch/stg_tpch_customers.sql index 7195d93..bbbab2f 100644 --- a/models/staging/tpch/stg_tpch_customers.sql +++ b/models/staging/tpch/stg_tpch_customers.sql @@ -15,7 +15,8 @@ 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, + 'hello world' as col from source