Release Notes
August 2026
v1.3.1
Feature Updates
- Adds DuckDB as a supported destination.
June 2026
v1.3.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 Pinterest schema) | Empty string ('') | <database>.<schema> |
Feature Updates
- Introduces the new (recommended)
pinterest_ads_schemaandpinterest_ads_databasevariables for defining the source schema and database respectively. The previouspinterest_schemaandpinterest_databasevariables are still supported for backwards compatibility. This feature was applied to ensure consistent variable naming standards across Fivetran dbt packages. - Introduces the new (recommended)
pinterest_ads_sourcesvariable for more robust union data configuration. The oldpinterest_ads_union_schemasandpinterest_ads_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.
April 2026
v1.2.1
Under the Hood
- Introduces the
partition_by_source_relationmacro to conditionally includesource_relationin window functionPARTITION BYclauses only when multiple sources are configured via thepinterest_ads_union_schemasandpinterest_ads_union_databasesvariables. - Replaces hardcoded
source_relationpartitioning in the following models with thepartition_by_source_relationmacro:stg_pinterest_ads__ad_group_historystg_pinterest_ads__advertiser_historystg_pinterest_ads__campaign_historystg_pinterest_ads__keyword_historystg_pinterest_ads__pin_promotion_history
January 2026
v1.1.0
Features
- Increases the required dbt version upper limit to v3.0.0
v1.2.0
Documentation
- Updates README with standardized Fivetran formatting.
Under the Hood
- In the
quickstart.ymlfile:- Adds
supported_varsfor Quickstart UI customization.
- Adds
November 2025
v1.0.1
Bug Fix
- Added configuration option to conditionally enable the
keyword_reportandkeyword_historysources based on thead_reporting__pinterest_ads_enabledandpinterest__using_keywordsvariables. This allows for better control when the keyword report and keyword history sources are disabled in your project.