From ec02a4bfaf108e565745b162ad561bb2c001c916 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Wed, 7 Jun 2023 17:19:53 +0000 Subject: [PATCH 1/2] bad sql --- models/staging/tpch/stg_tpch_orders.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/staging/tpch/stg_tpch_orders.sql b/models/staging/tpch/stg_tpch_orders.sql index 8f5f548..ae7508c 100644 --- a/models/staging/tpch/stg_tpch_orders.sql +++ b/models/staging/tpch/stg_tpch_orders.sql @@ -16,7 +16,7 @@ renamed as ( o_orderpriority as priority_code, o_clerk as clerk_name, o_shippriority as ship_priority, - o_comment as comment + o_comment as comment, from source From 69c6119f3c277b2e397a95708034b13c3a1d61d9 Mon Sep 17 00:00:00 2001 From: Doug Guthrie Date: Tue, 13 Jun 2023 20:38:49 +0000 Subject: [PATCH 2/2] 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