PR #92 includes the following updates:
Breaking Changes
- Adds enable/disable config for the
metadata
staging model using theshopify_using_metafield
variable (defaulttrue
).- This variable is now a requirement for all
shopify__x_metafield
models.
- This variable is now a requirement for all
- 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
. -
Disabling
shopify_using_abandoned_checkout
will also disable theint_shopify__daily_abandoned_checkouts
andint_shopify__discounts__abandoned_checkouts
intermediate models, in addition to disablingabandoned_checkout
references in end models (includingshopify__daily_shop
,shopify__customers
,shopify__customer_emails
,shopify__customer_email_cohorts
,shopify__customer_cohorts
, andshopify__discounts
).
-
- 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.
Full Changelog: v0.13.2...v0.14.0