Skip to content

v0.3.0 dbt_apple_search_ads_source

Latest
Compare
Choose a tag to compare
@fivetran-catfritz fivetran-catfritz released this 12 Oct 14:47
· 2 commits to main since this release
536a8a6

PR #45 includes the following updates:

Breaking changes

  • Updated the source identifier format for consistency with their respective source names and compatibility with the fivetran_utils.union_data macro. If you are using the previous identifier, be sure to update to the current version! Identifiers now are:
current previous
apple_search_ads_ad_level_report_identifier apple_search_ads_ad_report_identifier

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.2.2...v0.3.0