PR #28 includes the following updates:
Breaking Changes
- In the July 2023 TikTok Ads connector update for the
ADGROUP_HISTORY
table, theage
column was renamed toage_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 theADGROUP_HISTORY
table, since TikTok provides all data regardless of the previous sync state. - For more details, see the DECISIONLOG entry.
- Previously, we coalesced these two columns in the
Full Changelog: v0.6.0...v0.7.0