Skip to content

v0.7.0 dbt_tiktok_ads

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 10 Dec 01:00
c7bb80a

PR #22 includes the following updates:

Breaking Changes

  • Upstream Breaking Change: In the July 2023 TikTok Ads connector update for the ADGROUP_HISTORY table, the age column was renamed to age_groups.
    • This change primarily affects the upstream stg_tiktok_ads__ad_group_history model in dbt_tiktok_source. The age_groups column was not previously used in any downstream models within dbt_tiktok_ads, so this change impacts only the upstream staging model.
    • Previously, we coalesced the age and age_groups columns in the stg_tiktok_ads__ad_group_history model to accommodate connectors using the old naming convention. However, due to inconsistent data types, this approach is no longer viable.
    • As a result, the coalesced field has been removed in favor of the age_groups column.
    • If necessary, you can populate historical data in the age_groups column by performing a resync of the ADGROUP_HISTORY table, as TikTok provides all data regardless of the previous sync state.
    • For more details, see the DECISIONLOG entry.

Documentation

  • Added DECISIONLOG file:
    • Detailed the removal of the previously mentioned coalesced age and age_groups column.
    • Clarified why aggregation differences occur across varying grains.

Full Changelog: v0.6.0...v0.7.0