Release Notes
August 2026
v1.5.1
Bug Fixes
- Fixes a runtime error in
int_recharge__calendar_spineby falling back to a default one-year date range when theCHARGEtable wasn't synced. - Fixes a compilation error caused by an invalid datatype reference for when the
_fivetran_syncedcolumn was not synced.
v1.5.2
Feature Updates
- Adds DuckDB as a supported destination.
June 2026
v1.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
v1.3.0
Features
- Increases the required dbt version upper limit to v3.0.0
v1.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
v1.4.1
Under the Hood
- Removes the
recharge_first_dateandrecharge_last_datevariables from thequickstart.yml.
September 2025
v1.1.0
Schema/Data Changes
3 total changes • 3 possible breaking changes
| Data Model/Column | Change type | Old | New | Notes |
|---|---|---|---|---|
ORDER | Source removed | Sunset in favor of ORDERS, which is now standard across all connections. | ||
stg_recharge__discount | Column removed | applies_to_id | Removed due to inconsistent data types (JSON vs. string) in the source. It can be re-enabled via the newly added recharge__discount_passthrough_columns variable. See the Passing Through Additional Columns section in the README for usage details. | |
stg_recharge__one_time_productstg_recharge__orderrecharge__billing_history | Column removed | is_deleted | Removed deprecated column. The same information is already captured in _fivetran_deleted. |
Documentation
- Removed deprecated source and columns from documentation.
Under the Hood
- Removed deprecated source and columns from testing seed files.
- Removed deprecated source and columns from
get_*_columnmacros.