Skip to content

Commit

Permalink
Update streams.py
Browse files Browse the repository at this point in the history
  • Loading branch information
alexasteiner authored Sep 7, 2023
1 parent 219d82f commit 4f1acf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tap_linkedin_ads/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -1274,7 +1274,7 @@ class AdAnalyticsByCreativeInit(LinkedInAdsStream):
name = "AdAnalyticsByCreativeInit"
replication_keys = ["dateRange"]
replication_method = "incremental"
primary_keys = ["creative_id", "dateRange"]
primary_keys = ["creative_id", "day"]
path = "adAnalytics"

schema = PropertiesList(
Expand Down

0 comments on commit 4f1acf6

Please sign in to comment.