PR #119 includes the following updates:
Bug Fixes
- Updated the join of the
product_variant_mediaCTE in theshopify__inventory_levelsandshopify_gql__inventory_levelsmodels to use a left join. This ensures inventory items are not excluded when no media exists, and unmatched records will now display null media fields.- This join fix is only relevant when either vars
shopify_using_product_variant_mediaorshopify_gql_using_product_variant_mediaare set to true.
- This join fix is only relevant when either vars
Under the Hood
- Updated seed data to properly recreate and test the
*__inventory_levelsbug when either of the*_using_product_variant_mediavariables are enabled. - Added row_count consistency tests for the
*__inventory_levelsmodels.
Full Changelog: v0.21.0...v0.21.1