airbyte-cdk 6.61.3__py3-none-any.whl → 6.61.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- airbyte_cdk/manifest_server/openapi.yaml +27 -27
- {airbyte_cdk-6.61.3.dist-info → airbyte_cdk-6.61.4.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.61.3.dist-info → airbyte_cdk-6.61.4.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.61.3.dist-info → airbyte_cdk-6.61.4.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.61.3.dist-info → airbyte_cdk-6.61.4.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.61.3.dist-info → airbyte_cdk-6.61.4.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.61.3.dist-info → airbyte_cdk-6.61.4.dist-info}/entry_points.txt +0 -0
@@ -61,7 +61,7 @@ paths:
|
|
61
61
|
content:
|
62
62
|
application/json:
|
63
63
|
schema:
|
64
|
-
$ref: '#/components/schemas/
|
64
|
+
$ref: '#/components/schemas/StreamReadResponse'
|
65
65
|
'422':
|
66
66
|
description: Validation Error
|
67
67
|
content:
|
@@ -159,12 +159,13 @@ paths:
|
|
159
159
|
tags:
|
160
160
|
- manifest
|
161
161
|
summary: Full Resolve
|
162
|
-
description: 'Fully resolve a manifest including dynamic streams.
|
162
|
+
description: 'Fully resolve a manifest, including dynamic streams.
|
163
163
|
|
164
164
|
|
165
|
-
|
166
|
-
|
167
|
-
|
165
|
+
This is a similar operation to resolve, but has an extra step which generates
|
166
|
+
streams from dynamic stream templates if the manifest contains any. This is
|
167
|
+
used when a user clicks the generate streams button on a stream template in
|
168
|
+
the Builder UI'
|
168
169
|
operationId: fullResolve
|
169
170
|
requestBody:
|
170
171
|
content:
|
@@ -465,7 +466,26 @@ components:
|
|
465
466
|
- manifest
|
466
467
|
title: ResolveRequest
|
467
468
|
description: Request to resolve a manifest.
|
468
|
-
|
469
|
+
StreamReadPages:
|
470
|
+
properties:
|
471
|
+
records:
|
472
|
+
items: {}
|
473
|
+
type: array
|
474
|
+
title: Records
|
475
|
+
request:
|
476
|
+
anyOf:
|
477
|
+
- $ref: '#/components/schemas/HttpRequest'
|
478
|
+
- type: 'null'
|
479
|
+
response:
|
480
|
+
anyOf:
|
481
|
+
- $ref: '#/components/schemas/HttpResponse'
|
482
|
+
- type: 'null'
|
483
|
+
type: object
|
484
|
+
required:
|
485
|
+
- records
|
486
|
+
title: StreamReadPages
|
487
|
+
description: Pages of data read from a stream slice.
|
488
|
+
StreamReadResponse:
|
469
489
|
properties:
|
470
490
|
logs:
|
471
491
|
items:
|
@@ -511,27 +531,8 @@ components:
|
|
511
531
|
- inferred_schema
|
512
532
|
- inferred_datetime_formats
|
513
533
|
- latest_config_update
|
514
|
-
title:
|
534
|
+
title: StreamReadResponse
|
515
535
|
description: Complete stream read response with properly typed fields.
|
516
|
-
StreamReadPages:
|
517
|
-
properties:
|
518
|
-
records:
|
519
|
-
items: {}
|
520
|
-
type: array
|
521
|
-
title: Records
|
522
|
-
request:
|
523
|
-
anyOf:
|
524
|
-
- $ref: '#/components/schemas/HttpRequest'
|
525
|
-
- type: 'null'
|
526
|
-
response:
|
527
|
-
anyOf:
|
528
|
-
- $ref: '#/components/schemas/HttpResponse'
|
529
|
-
- type: 'null'
|
530
|
-
type: object
|
531
|
-
required:
|
532
|
-
- records
|
533
|
-
title: StreamReadPages
|
534
|
-
description: Pages of data read from a stream slice.
|
535
536
|
StreamReadSlices:
|
536
537
|
properties:
|
537
538
|
pages:
|
@@ -577,7 +578,6 @@ components:
|
|
577
578
|
items: {}
|
578
579
|
type: array
|
579
580
|
title: State
|
580
|
-
default: []
|
581
581
|
custom_components_code:
|
582
582
|
anyOf:
|
583
583
|
- type: string
|
@@ -75,7 +75,7 @@ airbyte_cdk/manifest_server/command_processor/__init__.py,sha256=47DEQpj8HBSa-_T
|
|
75
75
|
airbyte_cdk/manifest_server/command_processor/processor.py,sha256=qaQdmF1SaM7gr0B2D53eaooZ_cOv70hSlHL4c_iV8hg,3830
|
76
76
|
airbyte_cdk/manifest_server/command_processor/utils.py,sha256=f_CkN2nURTTp07Twr9vZfFj5j-jTFtezoOUu2i402W4,3221
|
77
77
|
airbyte_cdk/manifest_server/main.py,sha256=iSgL7x8ifBpGpXi7Dq7017QjeC20l_CYBAIsumiyJn0,573
|
78
|
-
airbyte_cdk/manifest_server/openapi.yaml,sha256=
|
78
|
+
airbyte_cdk/manifest_server/openapi.yaml,sha256=jwJXohDXP3BLL0JGZhkyhpNLWLZu6_iXEgMtM58F2Pc,16693
|
79
79
|
airbyte_cdk/manifest_server/routers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
80
80
|
airbyte_cdk/manifest_server/routers/capabilities.py,sha256=UeZQzbqEuDN23vizgDb_N7KEXR-YZUPnW5AkXeXy1hA,727
|
81
81
|
airbyte_cdk/manifest_server/routers/health.py,sha256=akBUaHUGN-jmN82lQ3kj_3-wdS6gsZx3iSD2KMI5dW8,200
|
@@ -454,9 +454,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
454
454
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
455
455
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
456
456
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
457
|
-
airbyte_cdk-6.61.
|
458
|
-
airbyte_cdk-6.61.
|
459
|
-
airbyte_cdk-6.61.
|
460
|
-
airbyte_cdk-6.61.
|
461
|
-
airbyte_cdk-6.61.
|
462
|
-
airbyte_cdk-6.61.
|
457
|
+
airbyte_cdk-6.61.4.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
458
|
+
airbyte_cdk-6.61.4.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
459
|
+
airbyte_cdk-6.61.4.dist-info/METADATA,sha256=gsNA8x1tcy3wL-75j4PGkhTYwFEQg22noo-gAfUc-gY,6636
|
460
|
+
airbyte_cdk-6.61.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
461
|
+
airbyte_cdk-6.61.4.dist-info/entry_points.txt,sha256=eLZ2UYvJZGm1s07Pplcs--1Gim60YhZWTb53j_dghwU,195
|
462
|
+
airbyte_cdk-6.61.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|