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
+4
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,10 @@ properties:
42
42
"$ref": "#/definitions/ConcurrencyLevel"
43
43
api_budget:
44
44
"$ref": "#/definitions/HTTPAPIBudget"
45
+
max_concurrent_async_job_count:
46
+
title: Maximum Concurrent Asynchronous Jobs
47
+
description: Maximum number of concurrent asynchronous jobs to run. This property is only relevant for sources/streams that support asynchronous job execution through the AsyncRetriever (e.g. a report-based stream that initiates a job, polls the job status, and then fetches the job results). This is often set by the API's maximum number of concurrent jobs on the account level. Refer to the API's documentation for this information.
48
+
type: integer
45
49
metadata:
46
50
type: object
47
51
description: For internal Airbyte use only - DO NOT modify manually. Used by consumers of declarative manifests for storing related metadata.
description="Maximum number of concurrent asynchronous jobs to run. This property is only relevant for sources/streams that support asynchronous job execution through the AsyncRetriever (e.g. a report-based stream that initiates a job, polls the job status, and then fetches the job results). This is often set by the API's maximum number of concurrent jobs on the account level. Refer to the API's documentation for this information.",
1877
+
title="Maximum Concurrent Asynchronous Jobs",
1878
+
)
1874
1879
metadata: Optional[Dict[str, Any]] =Field(
1875
1880
None,
1876
1881
description="For internal Airbyte use only - DO NOT modify manually. Used by consumers of declarative manifests for storing related metadata.",
description="Maximum number of concurrent asynchronous jobs to run. This property is only relevant for sources/streams that support asynchronous job execution through the AsyncRetriever (e.g. a report-based stream that initiates a job, polls the job status, and then fetches the job results). This is often set by the API's maximum number of concurrent jobs on the account level. Refer to the API's documentation for this information.",
1909
+
title="Maximum Concurrent Asynchronous Jobs",
1910
+
)
1901
1911
metadata: Optional[Dict[str, Any]] =Field(
1902
1912
None,
1903
1913
description="For internal Airbyte use only - DO NOT modify manually. Used by consumers of declarative manifests for storing related metadata.",
0 commit comments