v0.10.0 dbt_pinterest_source
fivetran-catfritz
released this
12 Oct 14:48
·
44 commits
to main
since this release
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 🎉
- Unioning capability! This adds the ability to union source data from multiple pinterest connectors. Refer to the Union Multiple Connectors README section for more details.
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 thefivetran_utils.source_relation
macro. - Updated tests to account for the new
source_relation
column.
Full Changelog: v0.9.0...v0.10.0