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-13
Original file line number
Diff line number
Diff line change
@@ -42,8 +42,10 @@ properties:
42
42
"$ref": "#/definitions/ConcurrencyLevel"
43
43
api_budget:
44
44
"$ref": "#/definitions/HTTPAPIBudget"
45
-
max_concurrent_async_jobs:
46
-
"$ref": "#/definitions/MaxConcurrentAsyncJobs"
45
+
max_concurrent_job_count:
46
+
title: Maximum Concurrent Async Jobs
47
+
description: Maximum number of concurrent async jobs to run. This is often set by the API's maximum number of concurrent jobs on the account level.
48
+
type: integer
47
49
metadata:
48
50
type: object
49
51
description: For internal Airbyte use only - DO NOT modify manually. Used by consumers of declarative manifests for storing related metadata.
@@ -2408,17 +2410,6 @@ definitions:
2408
2410
$parameters:
2409
2411
type: object
2410
2412
additionalProperties: true
2411
-
MaxConcurrentAsyncJobs:
2412
-
title: Maximum Concurrent Async Jobs
2413
-
description: Maximum number of concurrent async jobs to run. This is often set by the API's maximum number of concurrent jobs on the account level.
2414
-
type: object
2415
-
required:
2416
-
- max_concurrent_job_count
2417
-
properties:
2418
-
max_concurrent_job_count:
2419
-
title: Maximum Concurrent Job Count
2420
-
description: Maximum number of concurrent jobs to run. This is often set by the API's maximum number of concurrent jobs on the account level.
2421
-
type: integer
2422
2413
MinMaxDatetime:
2423
2414
title: Min-Max Datetime
2424
2415
description: Compares the provided date against optional minimum or maximum times. The max_datetime serves as the ceiling and will be returned when datetime exceeds it. The min_datetime serves as the floor.
0 commit comments