From 2ba592ee9f51bc6f53b8157a2c2cf9d7c4415cfd Mon Sep 17 00:00:00 2001 From: Paul Pham Date: Mon, 25 Sep 2023 23:39:45 +0000 Subject: [PATCH 1/2] test commit --- models/staging/stg_payments.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/staging/stg_payments.sql b/models/staging/stg_payments.sql index bd89427..5a771a0 100644 --- a/models/staging/stg_payments.sql +++ b/models/staging/stg_payments.sql @@ -14,7 +14,7 @@ renamed as ( id as payment_id, order_id, payment_method, - + amount as raw_value, --`amount` is currently stored in cents, so we convert it to dollars amount / 100 as amount From 1d0cf83e7c3306eb94c6309c1a9512fc4a076ef3 Mon Sep 17 00:00:00 2001 From: Paul Pham Date: Tue, 26 Sep 2023 00:19:14 +0000 Subject: [PATCH 2/2] test commit two --- models/staging/stg_payments.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/staging/stg_payments.sql b/models/staging/stg_payments.sql index 5a771a0..bd89427 100644 --- a/models/staging/stg_payments.sql +++ b/models/staging/stg_payments.sql @@ -14,7 +14,7 @@ renamed as ( id as payment_id, order_id, payment_method, - amount as raw_value, + --`amount` is currently stored in cents, so we convert it to dollars amount / 100 as amount