v1.3.0 dbt_tiktok_ads
·
3 commits
to main
since this release
PR #42 includes the following updates:
Schema/Data Changes
3 total changes • 0 possible breaking changes
| Data Model | Change Type | Old | New | Notes |
|---|---|---|---|---|
| tiktok_ads__campaign_country_report | New Columns | country_name, location_id, parent_location_id, has_support_below_18 |
||
| stg_tiktok_ads__location_tmp | New Tmp Model | |||
| stg_tiktok_ads__location | New Staging Model |
Feature Updates
For dbt Core users:
- Adds the
tiktok_ads__using_locationvariable (trueby default). If you do not sync or want to use thelocationtable, set this variable tofalsein yourdbt_project.yml. See the README for more details.
Bug Fix
- Fixes potential data type failures for Databricks users not syncing the
campaign_country_report.stat_time_dayfield.
Full Changelog: v1.2.0...v1.3.0