Release Notes
August 2026
v0.7.2
Feature Updates
- Adds DuckDB as a supported destination.
July 2026
v0.7.1
Bug Fixes
- Prevents null
session_idtest failures inga4_export__sessions_enhancedwhenuser_pseudo_idis null. - Ensures proper mapping of
param_session_engagedstring values to booleans instg_ga4_export__event - Casts
param_ga_session_numberandderived_session_indexas strings to ensuresession_numbercoalesces as a string inint_ga4_export__derived_event_fieldsto avoid data type collisions.
v0.7.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 GA4 Export schema) | Empty string ('') | <database>.<schema> |
Feature Updates
- Introduces the new (recommended)
ga4_export_sourcesvariable for more robust union data configuration. The oldga4_export_union_schemasandga4_export_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.