Release Notes
August 2026
v1.4.1
Feature Updates
- Adds DuckDB as a supported destination.
June 2026
v1.4.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.2.0
Features
- Increases the required dbt version upper limit to v3.0.0
v1.3.0
Documentation
- Updates README with standardized Fivetran formatting.
Under the Hood
- In the
quickstart.ymlfile:- Adds
supported_varsfor Quickstart UI customization.
- Adds
October 2025
v1.0.1
Under the Hood
- Resolved a dbt Fusion error around
{% set abc = abc.append() %}in marketo__change_data_scd, as this syntax is valid only in dbt Core. We have opted fordoinstead ofset.