We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8ec233 commit f99970bCopy full SHA for f99970b
airbyte_cdk/sources/declarative/declarative_component_schema.yaml
@@ -3376,6 +3376,12 @@ definitions:
3376
- "$ref": "#/definitions/IterableDecoder"
3377
- "$ref": "#/definitions/XmlDecoder"
3378
- "$ref": "#/definitions/ZipfileDecoder"
3379
+ maximum_job_count:
3380
+ title: Maximum Job Count
3381
+ description: Maximum number of asynchronous jobs to run concurrently.
3382
+ anyOf:
3383
+ - type: number
3384
+ default: 1
3385
$parameters:
3386
type: object
3387
additionalProperties: true
0 commit comments