github fivetran/dbt_shopify v0.17.0
v0.17.0 dbt_shopify

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

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

Don't miss a new dbt_shopify release

NewReleases is sending notifications on new releases.