PR #92 includes the following updates:
Breaking Changes
- Adds enable/disable config for the
metadatastaging model using theshopify_using_metafieldvariable (defaulttrue).- This variable is now a requirement for all
shopify__x_metafieldmodels.
- This variable is now a requirement for all
- Adds enable/disable config for the
abandoned_checkoutstaging models using theshopify_using_abandoned_checkoutvariable (defaulttrue):-
stg_shopify__abandoned_checkout -
stg_shopify__abandoned_checkout_discount_code -
stg_shopify__abandoned_checkout_shipping_line. -
Disabling
shopify_using_abandoned_checkoutwill also disable theint_shopify__daily_abandoned_checkoutsandint_shopify__discounts__abandoned_checkoutsintermediate models, in addition to disablingabandoned_checkoutreferences 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