Skip to content

v0.9.0 dbt_pinterest_source

Compare
Choose a tag to compare
@fivetran-reneeli fivetran-reneeli released this 26 Jul 14:59
· 26 commits to main since this release
8364e4c

Pinterest Ads v5 Upgrade

馃毃 Breaking Changes 馃毃:

PR #25 introduces the following changes:

  • Following Pinterest Ads deprecating the v4 API on June 30, 2023 in place of v5, the Pinterest Ads Fivetran connector now leverages the Pinterest v5 API. The following fields have been deprecated/introduced:
Model Removed New
stg_pinterest_ads__advertiser_history billing_profile_status, billing_type, merchant_id, status owner_username, permissions
stg_pinterest_ads__campaign_history default_ad_group_budget_in_micro_currency, is_automated_campaign, is_campaign_budget_optimization, is_flexible_daily_budgets
stg_pinterest_ads__ad_group_history pacing_delivery_type, placement_group, summary_status, advertiser_id
stg_pinterest_ads__pin_promotion_history advertiser_id

Under the Hood:

  • Following the v5 upgrade, ad_account_id is a net new field within ad_group_history and pin_promotion_history source tables synced via the connector. However, to keep these fields standard across the package, we have renamed them as advertiser_id within the respective staging models.
  • Seed data were updated with new/removed fields following the v5 upgrade

For more information see the Pinterest Connector Release Notes.

Full Changelog: v0.7.2...v0.9.0