From 348ec79f9af430273756d2f6369f0cdebb829576 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Fri, 2 Jun 2023 19:39:46 +0000 Subject: [PATCH] trivial change --- 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..0b2d4c4 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 column from source