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
table_variablesfor relevant sources to prevent missing sources from blocking downstream Quickstart models. - Adds
supported_varsfor Quickstart UI customization.
- Adds
August 2025
v1.0.1
PR #37 introduces the following updates:
Bug Fixes
- Updated
dbt_project.ymlvariables with the newtagsanduserssource tables, which are the new versions of thetagandusersource tables. These sources were previously included, but were accidentally dropped in the Source Package consolidation release.
Under the Hood
- Added
tagsandusersseed files.