Skip to content

v0.7.0 dbt_tiktok_ads_source

Latest
Compare
Choose a tag to compare
@fivetran-data-model-bot fivetran-data-model-bot released this 09 Dec 23:54
389c549

PR #28 includes the following updates:

Breaking Changes

  • In the July 2023 TikTok Ads connector update for the ADGROUP_HISTORY table, the age column was renamed to age_groups.
    • Previously, we coalesced these two columns in the stg_tiktok_ads__ad_group_history model to account for connectors using the old naming convention. However, due to inconsistent data types (string and JSON), we can no longer use this approach.
    • 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, since TikTok provides all data regardless of the previous sync state.
    • For more details, see the DECISIONLOG entry.

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