v0.5.0 dbt_apple_search_ads
·
9 commits
to main
since this release
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
*_reportstaging models (PR #54) and will be used to sunset the below fields:tap_installs- replacingconversionstap_new_downloads- replacingnew_downloadstap_redownloads- replacingredownloads
- Following this, the end models now have the following new fields, which will be used to sunset the below fields:
tap_new_downloads- replacingnew_downloadstap_redownloads- replacingtap_redownloadstap_total_downloads- replacingtotal_downloadstap_installs- replacingconversions
- 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