Skip to content
This repository has been archived by the owner on Feb 16, 2023. It is now read-only.

Commit

Permalink
airbytehq#13145 fix configured catalog of source Googgle Ads (airbyte…
Browse files Browse the repository at this point in the history
  • Loading branch information
davydov-d authored and Jordan Scott committed Jun 1, 2022
1 parent 036a42a commit d832e6b
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 d832e6b

Please sign in to comment.