You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: airbyte_cdk/sources/declarative/declarative_component_schema.yaml
+8-1
Original file line number
Diff line number
Diff line change
@@ -3333,7 +3333,7 @@ definitions:
3333
3333
items:
3334
3334
type: string
3335
3335
AsyncRetriever:
3336
-
description: "[Experimental - We expect the interface to change shortly and we reserve the right to not consider this a breaking change] Retrieves records by Asynchronously sending requests to fetch records. The retriever acts as an orchestrator between the requester, the record selector, the paginator, and the partition router."
3336
+
description: "Retrieves records by Asynchronously sending requests to fetch records. The retriever acts as an orchestrator between the requester, the record selector, the paginator, and the partition router."
3337
3337
type: object
3338
3338
required:
3339
3339
- type
@@ -3381,6 +3381,13 @@ definitions:
3381
3381
anyOf:
3382
3382
- "$ref": "#/definitions/CustomRequester"
3383
3383
- "$ref": "#/definitions/HttpRequester"
3384
+
polling_job_timeout:
3385
+
description: The time in minutes after which the single Async Job should be considered as Timed Out.
3386
+
anyOf:
3387
+
- type: integer
3388
+
- type: string
3389
+
interpolation_context:
3390
+
- config
3384
3391
download_target_requester:
3385
3392
description: Requester component that describes how to prepare HTTP requests to send to the source API to extract the url from polling response by the completed async job.
description="Requester component that describes how to prepare HTTP requests to send to the source API to extract the url from polling response by the completed async job.",
0 commit comments