Release Notes
August 2026
v0.6.1
Feature Updates
- Adds DuckDB as a supported destination.
June 2026
v0.6.0
Schema/Data Changes (--full-refresh required after upgrading)
1 total change • 1 possible breaking change
| Data Model(s) | Change type | Old | New | Notes |
|---|---|---|---|---|
| All models | source_relation column (when using a single Salesforce Marketing Cloud schema) | Empty string ('') | <database>.<schema> |
Feature Updates
- Introduces the new (recommended)
salesforce_marketing_cloud_sourcesvariable for more robust union data configuration. The oldsalesforce_marketing_cloud_union_schemasandsalesforce_marketing_cloud_union_databasesvariables will still be supported. See the README for specific details.
Under the Hood
- 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. - Introduces
fivetran_utils.partition_by_source_relationto conditionally includesource_relationin partition clauses only when multiple sources are configured.
February 2026
v0.5.1
Bug Fix
- Corrects the identifier for the
triggered_sendsource table. Previously, this was pointing to thesendtable.
Under the Hood
- Nests the
enabledattribute underconfig:for relevant source tables in thesrc_salesforce_marketing_cloud.ymlfile to align with recent dbt updates. - Adds consistency data validation tests for all end models.
January 2026
v0.4.0
Features
- Increases the required dbt version upper limit to v3.0.0
v0.5.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
August 2025
v0.3.0
dbt Fusion Compatibility Updates
- Updated package to maintain compatibility with dbt-core versions both before and after v1.10.6, which introduced a breaking change to multi-argument test syntax (e.g.,
unique_combination_of_columns). - Temporarily removed unsupported tests to avoid errors and ensure smoother upgrades across different dbt-core versions. These tests will be reintroduced once a safe migration path is available.
- Removed all
dbt_utils.unique_combination_of_columnstests. - Moved
loaded_at_field: _fivetran_syncedunder theconfig:block insrc_salesforce_marketing_cloud.yml.
- Removed all
Under the Hood
- Updated conditions in
.github/workflows/auto-release.yml. - Added
.github/workflows/generate-docs.yml.