Release Notes
August 2026
v0.5.1
Feature Updates
- Adds DuckDB as a supported destination.
v0.6.0
Schema/Data Change
1 total change • 1 possible breaking change
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
amazon_selling_partner__item_inventorystg_amazon_selling_partner__item_dimensionPossible Breaking Change | Data Change | int | float | The item_height_value, item_length_value, item_weight_value, item_width_value, package_height_value, package_length_value, package_weight_value, and package_width_value fields now carry decimal precision. Review any downstream logic that assumes these fields are integers. |
June 2026
v0.5.0
Under the Hood
- Migrates the
union_connections,apply_source_relation, andpartition_by_source_relationmacros to thedbt_fivetran_utilspackage. - Adds the
fivetran_using_source_casingvariable for case-sensitive destination support. When enabled, downstream transformations respect source casing to ensure consistent results. See the Additional Configurations section of the README for details.
January 2026
v0.3.0
Features
- Increases the required dbt version upper limit to v3.0.0.
v0.4.0
Documentation
- Updates README with standardized Fivetran formatting.
Under the Hood
- In the
quickstart.ymlfile:- Adds
table_variablesfor relevant sources to prevent missing sources from blocking downstream Quickstart models. - Adds
supported_varsfor Quickstart UI customization.
- Adds
v0.4.1
Schema/Data Change
4 total changes • 2 possible breaking changes
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
amazon_selling_partner__item_inventorystg_amazon_selling_partner__fba_inventory_summary | New Column | inbound_shipped_quantity | Fixes the spelling of the inblound_shipped_quantity column. | |
amazon_selling_partner__item_inventorystg_amazon_selling_partner__fba_inventory_summary | Deprecated Column | inblound_shipped_quantity | The typo column inblound_shipped_quantity will be retained until March 2026 for backwards compatibility, after which it will be officially sunset in favor of inbound_shipped_quantity. | |
amazon_selling_partner__item_inventorystg_amazon_selling_partner__fba_inventory_summary | New Column | fulfillable_quantity | Fixes the spelling of the fullfillable_quantity column. | |
amazon_selling_partner__item_inventorystg_amazon_selling_partner__fba_inventory_summary | Deprecated Column | fullfillable_quantity | The typo column fullfillable_quantity will be retained until March 2026 for backwards compatibility, after which it will be officially sunset in favor of fulfillable_quantity. |
Under the Hood
- Removes unused seed files.
- Creates consistency validation test for
amazon_selling_partner__item_inventory. - Adds
identifiervariables for seed files.
October 2025
v0.2.2
Under the Hood
- Added
_fivetran_deletedfilter tostg_amazon_selling_partner__item_relationshipmodel to exclude soft-deleted records and improve data quality, corresponding with the same update being added to the upstream connector.