Skip to content

Commit

Permalink
fix: update primary key of campaigns stream for Google_Ads connector
Browse files Browse the repository at this point in the history
  • Loading branch information
am6010 committed May 14, 2024
1 parent cca3711 commit db1e703
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ class Campaigns(IncrementalGoogleAdsStream):
"""

transformer = TypeTransformer(TransformConfig.DefaultSchemaNormalization)
primary_key = ["campaign.id", "segments.date", "segments.hour"]
primary_key = ["campaign.id", "segments.date", "segments.hour", "segments.ad_network_type"]


class CampaignLabels(GoogleAdsStream):
Expand Down

0 comments on commit db1e703

Please sign in to comment.