Skip to content

v0.13.0 dbt_shopify_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 02 Dec 19:43
de1f561

PR #91 includes the following changes:

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. 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.

Full Changelog: v0.12.1...v0.13.0