Skip to content

v1.3.0 dbt_pinterest

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 23 Jun 15:23
· 1 commit to main since this release
d3cfa7b

PR #57 includes the following updates:

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_schema and pinterest_ads_database variables for defining the source schema and database respectively. The previous pinterest_schema and pinterest_database variables 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_sources variable for more robust union data configuration. The old pinterest_ads_union_schemas and pinterest_ads_union_databases variables will still be supported. See the README for specific details.

Under the Hood

  • Adds the fivetran_using_source_casing variable 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_relation to conditionally include source_relation in partition clauses only when multiple sources are configured.

Full Changelog: v1.2.1...v1.3.0