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 %} diff --git a/models/staging/stg_payments.sql b/models/staging/stg_payments.sql index bd89427..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` is currently stored in cents, so we convert it to dollars amount / 100 as amount