File tree Expand file tree Collapse file tree 1 file changed +21
-1
lines changed
airbyte-config/init/src/main/resources/seed Expand file tree Collapse file tree 1 file changed +21
-1
lines changed Original file line number Diff line number Diff line change 87
87
supportsNormalization : false
88
88
supportsDBT : false
89
89
supported_destination_sync_modes : []
90
- - dockerImage : " airbyte/source-amazon-ads:0.1.3 "
90
+ - dockerImage : " airbyte/source-amazon-ads:0.1.4 "
91
91
spec :
92
92
documentationUrl : " https://docs.airbyte.io/integrations/sources/amazon-ads"
93
93
connectionSpecification :
150
150
type : " array"
151
151
items :
152
152
type : " integer"
153
+ report_wait_timeout :
154
+ title : " Report Wait Timeout"
155
+ description : " Timeout duration in minutes for Reports. Eg. 30"
156
+ default : 30
157
+ name : " Report Wait Timeout"
158
+ examples :
159
+ - 30
160
+ - 120
161
+ type : " integer"
162
+ report_generation_max_retries :
163
+ title : " Report Generation Max Retries"
164
+ description : " Maximum retries Airbyte will attempt for fetching Report Data.\
165
+ \ Eg. 5"
166
+ default : 5
167
+ name : " Report Geration Maximum Retries"
168
+ examples :
169
+ - 5
170
+ - 10
171
+ - 15
172
+ type : " integer"
153
173
required :
154
174
- " client_id"
155
175
- " client_secret"
You can’t perform that action at this time.
0 commit comments