Release Notes
August 2026
v1.2.1
Feature Updates
- Adds DuckDB as a supported destination.
June 2026
v1.2.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 YouTube Analytics schema) | Empty string ('') | <database>.<schema> |
Feature Updates
- Introduces the new (recommended)
youtube_analytics_sourcesvariable for more robust union data configuration. The oldyoutube_analytics_union_schemasandyoutube_analytics_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.
January 2026
v1.1.0
Features
- Increases the required dbt version upper limit to v3.0.0.
October 2025
v1.0.2
Bug Fixes
- Changed
snippet_published_atandstatus_publish_atfrom datetime to timestamp datatype to fix compatibility issues with Databricks SQL Warehouses (PR #29)
Under the Hood
- Added integration testing step for Databricks SQL Warehouse.