Skip to content

Commit b37ba50

Browse files
committed
#1148 source google ads - fix SATs
1 parent 609e4df commit b37ba50

File tree

3 files changed

+41
-1
lines changed

3 files changed

+41
-1
lines changed

airbyte-integrations/connectors/source-google-ads/acceptance-test-config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ acceptance_tests:
3636
configured_catalog_path: "integration_tests/configured_catalog.json"
3737
incremental:
3838
tests:
39-
- config_path: "secrets/config.json"
39+
- config_path: "secrets/incremental_config.json"
4040
configured_catalog_path: "integration_tests/incremental_catalog.json"
4141
threshold_days: 14
4242
future_state:
@@ -53,3 +53,5 @@ acceptance_tests:
5353
accounts: ["4651612872", "segments.date"]
5454
campaigns: ["4651612872", "segments.date"]
5555
user_location_report: ["4651612872", "segments.date"]
56+
ad_group_ad_report: ["4651612872", "segments.date"]
57+
display_keyword_performance_report: ["4651612872", "segments.date"]

airbyte-integrations/connectors/source-google-ads/integration_tests/abnormal_state.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,19 @@
7575
"stream_state": { "4651612872": { "segments.date": "2222-01-01" }},
7676
"stream_descriptor": { "name": "user_location_report" }
7777
}
78+
},
79+
{
80+
"type": "STREAM",
81+
"stream": {
82+
"stream_state": { "4651612872": { "segments.date": "2222-01-01" }},
83+
"stream_descriptor": { "name": "ad_group_ad_report" }
84+
}
85+
},
86+
{
87+
"type": "STREAM",
88+
"stream": {
89+
"stream_state": { "4651612872": { "segments.date": "2222-01-01" }},
90+
"stream_descriptor": { "name": "display_keyword_performance_report" }
91+
}
7892
}
7993
]

airbyte-integrations/connectors/source-google-ads/integration_tests/incremental_catalog.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,30 @@
144144
"sync_mode": "incremental",
145145
"destination_sync_mode": "overwrite",
146146
"cursor_field": ["segments.date"]
147+
},
148+
{
149+
"stream": {
150+
"name": "ad_group_ad_report",
151+
"json_schema": {},
152+
"supported_sync_modes": ["full_refresh", "incremental"],
153+
"source_defined_cursor": true,
154+
"default_cursor_field": ["segments.date"]
155+
},
156+
"sync_mode": "incremental",
157+
"destination_sync_mode": "overwrite",
158+
"cursor_field": ["segments.date"]
159+
},
160+
{
161+
"stream": {
162+
"name": "display_keyword_performance_report",
163+
"json_schema": {},
164+
"supported_sync_modes": ["full_refresh", "incremental"],
165+
"source_defined_cursor": true,
166+
"default_cursor_field": ["segments.date"]
167+
},
168+
"sync_mode": "incremental",
169+
"destination_sync_mode": "overwrite",
170+
"cursor_field": ["segments.date"]
147171
}
148172
]
149173
}

0 commit comments

Comments
 (0)