PR #94 includes the following updates:
Breaking Changes
-
Updated columns with the connector changes released on January 6, 2025. See the release notes for more details.
-
In the
shopify__inventory_levelsmodel, replaced thecostcolumn with:unit_cost_amountunit_cost_currency_code
-
Added the following columns to models:
shopify__inventory_levels:duplicate_sku_countharmonized_system_codeinventory_history_urllegacy_resource_idmeasurement_idmeasurement_weight_valuemeasurement_weight_unitis_tracked_editable_lockedtracked_editable_reason
shopify__inventory_levelsandshopify__order_lines:variant_is_available_for_salevariant_display_namevariant_legacy_resource_idvariant_has_components_requiredvariant_sellable_online_quantity
-
Additionally, new columns were added in the upstream package. For more details, see the dbt_shopify_source v0.14.0 release notes.
-
Marked the following columns as deprecated in the documentation. These columns will return
nullvalues following the connector update, and customers should expect this behavior until the columns are fully removed in a future release.shopify__inventory_levels:available_quantityis_shipping_requiredvariant_fulfillment_servicevariant_gramsvariant_inventory_managementvariant_option_1variant_option_2variant_option_3variant_weightvariant_weight_unit
shopify__order_lines:variant_fulfillment_servicevariant_gramsvariant_inventory_managementvariant_option_1variant_option_2variant_option_3variant_weightvariant_weight_unit
Under the Hood
- Updated
shopify_*_dataseed data to include new columns for the following tables:inventory_iteminventory_levelproduct_imageproduct_variant
Full Changelog: v0.14.0...v0.15.0