github fivetran/dbt_shopify v0.14.0
v0.14.0 dbt_shopify

latest releases: v1.1.0, v1.0.0, v0.22.0...
11 months ago

PR #92 includes the following updates:

Breaking Changes

  • Adds enable/disable config for the metadata staging model using the shopify_using_metafield variable (default true).
    • This variable is now a requirement for all shopify__x_metafield models.
  • 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.

    • Disabling shopify_using_abandoned_checkout will also disable the int_shopify__daily_abandoned_checkouts and int_shopify__discounts__abandoned_checkouts intermediate models, in addition to disabling abandoned_checkout references in end models (including shopify__daily_shop, shopify__customers, shopify__customer_emails, shopify__customer_email_cohorts, shopify__customer_cohorts, and shopify__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

Don't miss a new dbt_shopify release

NewReleases is sending notifications on new releases.