This repository was archived by the owner on Jan 20, 2026. It is now read-only.
v0.7.0 dbt_tiktok_ads_source
·
5 commits
to main
since this release
PR #28 includes the following updates:
Breaking Changes
- In the July 2023 TikTok Ads connector update for the
ADGROUP_HISTORYtable, theagecolumn was renamed toage_groups.- Previously, we coalesced these two columns in the
stg_tiktok_ads__ad_group_historymodel 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_groupscolumn. - If necessary, you can populate historical data in the
age_groupscolumn by performing a resync of theADGROUP_HISTORYtable, 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