From a5d5707d7857fa80e5707d23b41a0f0396ffdef4 Mon Sep 17 00:00:00 2001 From: Paul Pham Date: Tue, 26 Sep 2023 20:37:28 +0000 Subject: [PATCH 1/3] 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..10383d3 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 imported_value, --`amount` is currently stored in cents, so we convert it to dollars amount / 100 as amount From 55fc9741b16ce59a7e75c02195d776ec659f4546 Mon Sep 17 00:00:00 2001 From: Paul Pham Date: Tue, 26 Sep 2023 20:43:38 +0000 Subject: [PATCH 2/3] test commit --- models/staging/stg_payments.sql | 1 - 1 file changed, 1 deletion(-) diff --git a/models/staging/stg_payments.sql b/models/staging/stg_payments.sql index 10383d3..7379d65 100644 --- a/models/staging/stg_payments.sql +++ b/models/staging/stg_payments.sql @@ -14,7 +14,6 @@ renamed as ( id as payment_id, order_id, payment_method, - amount as imported_value, --`amount` is currently stored in cents, so we convert it to dollars amount / 100 as amount From 7a5f9b6de9ff1bed36f24e046b4a24135f918aa8 Mon Sep 17 00:00:00 2001 From: Paul Pham Date: Tue, 26 Sep 2023 20:48:08 +0000 Subject: [PATCH 3/3] jaffle shop test commits --- models/overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/models/overview.md b/models/overview.md index d5c880d..85de02c 100644 --- a/models/overview.md +++ b/models/overview.md @@ -8,4 +8,6 @@ This [dbt](https://www.getdbt.com/) project is for demonstrations and tutorials. The source code can be found [here](https://github.com/clrcrl/jaffle_shop). +I AM JAFFLE SHOP. + {% enddocs %}