-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🎉 Source Tiktok marketing - remove granularity config option (#13890)
* Removed granularity config option from spec, added corresponsing streams for each support granularity (hourly daily, lifetime), updated unittests, SAT * auto-formating * auto-formating * removed AdvertisersIds stream from list of exposed streams, updated docs * expose new style streams since 0.1.13, expose old streams for config for older version * update spec * fixed path to catalog * increased timeout
- Loading branch information
Showing
21 changed files
with
733 additions
and
209 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
53 changes: 53 additions & 0 deletions
53
...onnectors/source-tiktok-marketing/integration_tests/abnormal_state_with_granullarity.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
{ | ||
"ads": { | ||
"modify_time": "2030-08-30 09:16:10" | ||
}, | ||
"ad_groups": { | ||
"modify_time": "2030-08-30 09:16:10" | ||
}, | ||
"campaigns": { | ||
"modify_time": "2030-08-30 09:16:10" | ||
}, | ||
|
||
"ads_reports": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
}, | ||
"advertisers_reports": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
}, | ||
"ad_groups_reports": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
}, | ||
"campaigns_reports": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
}, | ||
|
||
"ads_audience_reports": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
}, | ||
"advertisers_audience_reports": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
}, | ||
"ad_group_audience_reports": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
}, | ||
"campaigns_audience_reports_by_country": { | ||
"dimensions": { | ||
"stat_time_day": "2030-01-01" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.