Skip to content

Commit 6fb95bb

Browse files
authored
generate source_specs to fix build (#11622)
1 parent 493f0ea commit 6fb95bb

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
supportsNormalization: false
8888
supportsDBT: false
8989
supported_destination_sync_modes: []
90-
- dockerImage: "airbyte/source-amazon-ads:0.1.3"
90+
- dockerImage: "airbyte/source-amazon-ads:0.1.4"
9191
spec:
9292
documentationUrl: "https://docs.airbyte.io/integrations/sources/amazon-ads"
9393
connectionSpecification:
@@ -150,6 +150,26 @@
150150
type: "array"
151151
items:
152152
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"
153173
required:
154174
- "client_id"
155175
- "client_secret"

0 commit comments

Comments
 (0)