From 19a9036464f45f3919e35e79d8459b3f3f77bf4c Mon Sep 17 00:00:00 2001 From: Renee Li Date: Tue, 26 Nov 2024 17:28:56 -0600 Subject: [PATCH] update --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 288f05b..2e82ac1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,15 @@ # dbt_shopify_source v0.13.0 [PR #91](https://github.com/fivetran/dbt_shopify_source/pull/91) includes the following changes: -## Under the Hood +## Breaking Changes - Adds enable/disable config for the `metadata` staging model using the `shopify_using_metafield` variable (default `true`). - Adds enable/disable config for the `abandoned_checkout` staging models using the `shopify_using_abandoned_checkout` variable (default `true`): - `stg_shopify__abandoned_checkout` - `stg_shopify__abandoned_checkout_discount_code` - `stg_shopify__abandoned_checkout_shipping_line` -- For more information on how to enable/disable these tables, refer to the [README](https://github.com/fivetran/dbt_shopify_source/blob/main/README.md#step-4-disable-models-for-non-existent-sources). +- For more information on how to enable/disable these tables, refer to the [README](https://github.com/fivetran/dbt_shopify_source/blob/main/README.md#step-4-disable-models-for-non-existent-sources). This will be a breaking change if you choose to disable these tables. + +## Under the Hood - Updates the `index` calculation in `stg_shopify__abandoned_checkout_discount_code` by removing the conditional logic for null scenarios now that a disable config has been added to the model. # dbt_shopify_source v0.12.1