Skip to content

v0.4.1 dbt_apple_search_ads

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 19 Nov 22:21
· 1 commit to main since this release
566a3fe

PR #26 includes the following updates:

Bug Fixes

  • Adjusts inner joins in each end model to be left joins.
    • When ads and other entities are deleted from Apple Search Ads, their records are hard-deleted from the <entity>_history source tables, though any associated <entity>_report records persist with new <entity>_id values of -1. This update ensures that the report records persist into the package's end models in these cases.

Note: This will likely increase the row count of your data models. To remove these newly included records, filter out rows where the <entity>_id = -1.

  • We have accordingly made sure to select fields, specifically entity IDs, from the left side of these joins (the report tables).

Full Changelog: v0.4.0...v0.4.1