PR #100 includes the following updates:
Breaking Changes
- In the source package, introduced the
inventory_quantitysource and thestg_shopify__inventory_quantitymodel to support downstream quantity tracking.- This replaces the deprecated
available_quantitycolumn 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_levelsto add the following columns based on thequantityfield fromstg_shopify__inventory_quantity:available_quantitycommitted_quantitydamaged_quantityincoming_quantityon_hand_quantityquality_control_quantityreserved_quantitysafety_stock_quantity
Documentation
- Added definitions for the new fields.
Under the Hood
- Added seed
inventory_quantity_dataand macroget_inventory_quantity_columnsto support the newinventory_quantitysource.
Full Changelog: v0.16.1...v0.17.0