Skip to content

v0.17.0 dbt_shopify

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 18 Feb 18:11
df17e27

PR #100 includes the following updates:

Breaking Changes

  • In the source package, introduced the inventory_quantity source and the stg_shopify__inventory_quantity model to support downstream quantity tracking.
  • Updated model shopify__inventory_levels to add the following columns based on the quantity field from stg_shopify__inventory_quantity:
    • available_quantity
    • committed_quantity
    • damaged_quantity
    • incoming_quantity
    • on_hand_quantity
    • quality_control_quantity
    • reserved_quantity
    • safety_stock_quantity

Documentation

  • Added definitions for the new fields.

Under the Hood

  • Added seed inventory_quantity_data and macro get_inventory_quantity_columns to support the new inventory_quantity source.

Full Changelog: v0.16.1...v0.17.0