PR #100 includes the following updates:
Breaking Changes
- In the source package, introduced the
inventory_quantity
source and thestg_shopify__inventory_quantity
model to support downstream quantity tracking.- This replaces the deprecated
available_quantity
column instg_shopify__inventory_level
. - See the v0.16.0 dbt_shopify_source release notes for more details.
- This replaces the deprecated
- Updated model
shopify__inventory_levels
to add the following columns based on thequantity
field fromstg_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 macroget_inventory_quantity_columns
to support the newinventory_quantity
source.
Full Changelog: v0.16.1...v0.17.0