Skip to content

Commit

Permalink
fix - Ad account json path
Browse files Browse the repository at this point in the history
  • Loading branch information
GtheSheep authored Mar 18, 2023
1 parent f83dae2 commit a497a95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_tiktok/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class AdAccountsStream(TikTokStream):
name = "ad_accounts"
path = "/advertiser/info/"
primary_keys = ["id"]
records_jsonpath = "$.data[*]"
records_jsonpath = "$.data.list[*]"
replication_key = None
schema = th.PropertiesList(
th.Property("id", th.IntegerType),
Expand Down

0 comments on commit a497a95

Please sign in to comment.