Skip to content

v0.10.0 dbt_pinterest_source

Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 12 Oct 14:48
· 44 commits to main since this release
1eccae2

PR #28 includes the following updates:

Breaking changes

  • Updated the following identifiers for consistency with the source name and compatibility with the union schema feature:
current previous
pinterest_ads_ad_group_history_identifier pinterest_ad_group_history_identifier
pinterest_ads_campaign_history_identifier pinterest_campaign_history_identifier
pinterest_ads_pin_promotion_report_identifier pinterest_pin_promotion_report_identifier
pinterest_ads_keyword_history_identifier pinterest_keyword_history_identifier
pinterest_ads_keyword_report_identifier pinterest_keyword_report_identifier
pinterest_ads_ad_group_report_identifier pinterest_ad_group_report_identifier
pinterest_ads_campaign_report_identifier pinterest_campaign_report_identifier
pinterest_ads_advertiser_history_identifier pinterest_advertiser_history_identifier
pinterest_ads_advertiser_report_identifier pinterest_advertiser_report_identifier
  • If you are using the previous identifier, be sure to update to the current version!

Feature update 🎉

Under the hood 🚘

  • Updated tmp models to union source data using the fivetran_utils.union_data macro.
  • To distinguish which source each field comes from, added source_relation column in each staging model and applied the fivetran_utils.source_relation macro.
  • Updated tests to account for the new source_relation column.

Full Changelog: v0.9.0...v0.10.0