PR #91 includes the following changes:
Breaking Changes
- Adds enable/disable config for the
metadata
staging model using theshopify_using_metafield
variable (defaulttrue
). - Adds enable/disable config for the
abandoned_checkout
staging models using theshopify_using_abandoned_checkout
variable (defaulttrue
):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. This will be a breaking change if you choose to disable these tables.
Under the Hood
- Updates the
index
calculation instg_shopify__abandoned_checkout_discount_code
by removing the conditional logic for null scenarios now that a disable config has been added to the model.
Full Changelog: v0.12.1...v0.13.0