Skip to content

Commit f99970b

Browse files
committed
add job tracker field
1 parent e8ec233 commit f99970b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3376,6 +3376,12 @@ definitions:
33763376
- "$ref": "#/definitions/IterableDecoder"
33773377
- "$ref": "#/definitions/XmlDecoder"
33783378
- "$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
33793385
$parameters:
33803386
type: object
33813387
additionalProperties: true

0 commit comments

Comments
 (0)