Skip to content

v0.5.0 dbt_apple_search_ads

Choose a tag to compare

@fivetran-data-model-bot fivetran-data-model-bot released this 24 Mar 22:39
· 9 commits to main since this release
b867663

PR #29 includes the following updates:

Breaking Changes: Apple Search Ads API v5 schema updates

  • Following the connector updates surrounding the Apple Search Ads API v5 release, the following fields have been added to the upstream *_report staging models (PR #54) and will be used to sunset the below fields:
    • tap_installs - replacing conversions
    • tap_new_downloads - replacing new_downloads
    • tap_redownloads - replacing redownloads
  • Following this, the end models now have the following new fields, which will be used to sunset the below fields:
    • tap_new_downloads - replacing new_downloads
    • tap_redownloads - replacing tap_redownloads
    • tap_total_downloads - replacing total_downloads
    • tap_installs - replacing conversions
  • In order to maintain backwards compatibility and historical data, we have coalesced the new and existing versions of each field.
  • We encourage referencing the new fields, as the fields being replaced will be deprecated in May 2025 in an upcoming release as highlighted by this ticket.

Documentation

  • Added Quickstart model counts to README. (#28)
  • Corrected references to connectors and connections in the README. (#28)
  • Updated Copyright and README format.

Full Changelog: v0.4.1...v0.5.0