Skip to content

Commit

Permalink
#13145 fix configured catalog of source Googgle Ads
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d committed May 24, 2022
1 parent ab070a7 commit 96e72a4
Showing 1 changed file with 13 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite",
"cursor_field": ["segments.date"]
"cursor_field": ["segments.date"],
"primary_key": [["click_view.gclid"], ["segments.date"]]
},
{
"stream": {
Expand Down Expand Up @@ -111,7 +112,11 @@
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite",
"cursor_field": ["segments.date"]
"cursor_field": ["segments.date"],
"primary_key": [
["ad_group_ad.ad.id"],
["segments.date"]
]
},
{
"stream": {
Expand All @@ -124,7 +129,8 @@
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite",
"cursor_field": ["segments.date"]
"cursor_field": ["segments.date"],
"primary_key": [["ad_group.id"], ["segments.date"]]
},
{
"stream": {
Expand All @@ -137,7 +143,8 @@
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite",
"cursor_field": ["segments.date"]
"cursor_field": ["segments.date"],
"primary_key": [["customer.id"], ["segments.date"]]
},
{
"stream": {
Expand All @@ -150,7 +157,8 @@
},
"sync_mode": "incremental",
"destination_sync_mode": "overwrite",
"cursor_field": ["segments.date"]
"cursor_field": ["segments.date"],
"primary_key": [["campaign.id"], ["segments.date"]]
},
{
"stream": {
Expand Down

0 comments on commit 96e72a4

Please sign in to comment.