File tree Expand file tree Collapse file tree 3 files changed +41
-1
lines changed
airbyte-integrations/connectors/source-google-ads Expand file tree Collapse file tree 3 files changed +41
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ acceptance_tests:
36
36
configured_catalog_path : " integration_tests/configured_catalog.json"
37
37
incremental :
38
38
tests :
39
- - config_path : " secrets/config .json"
39
+ - config_path : " secrets/incremental_config .json"
40
40
configured_catalog_path : " integration_tests/incremental_catalog.json"
41
41
threshold_days : 14
42
42
future_state :
@@ -53,3 +53,5 @@ acceptance_tests:
53
53
accounts : ["4651612872", "segments.date"]
54
54
campaigns : ["4651612872", "segments.date"]
55
55
user_location_report : ["4651612872", "segments.date"]
56
+ ad_group_ad_report : ["4651612872", "segments.date"]
57
+ display_keyword_performance_report : ["4651612872", "segments.date"]
Original file line number Diff line number Diff line change 75
75
"stream_state" : { "4651612872" : { "segments.date" : " 2222-01-01" }},
76
76
"stream_descriptor" : { "name" : " user_location_report" }
77
77
}
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
+ }
78
92
}
79
93
]
Original file line number Diff line number Diff line change 144
144
"sync_mode" : " incremental" ,
145
145
"destination_sync_mode" : " overwrite" ,
146
146
"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" ]
147
171
}
148
172
]
149
173
}
You can’t perform that action at this time.
0 commit comments