airbyte-cdk 6.56.5__py3-none-any.whl → 6.56.5.post3.dev15889419925__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/sources/declarative/declarative_component_schema.yaml +1 -0
- airbyte_cdk/sources/declarative/models/declarative_component_schema.py +3 -1
- {airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/RECORD +8 -8
- {airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/entry_points.txt +0 -0
@@ -3650,6 +3650,7 @@ definitions:
|
|
3650
3650
|
- "$ref": "#/definitions/GzipDecoder"
|
3651
3651
|
- "$ref": "#/definitions/JsonDecoder"
|
3652
3652
|
- "$ref": "#/definitions/JsonlDecoder"
|
3653
|
+
- "$ref": "#/definitions/XmlDecoder"
|
3653
3654
|
CsvDecoder:
|
3654
3655
|
title: CSV
|
3655
3656
|
description: "Select 'CSV' for response data that is formatted as CSV (comma-separated values). Can specify an encoding (default: 'utf-8') and a delimiter (default: ',')."
|
@@ -1,3 +1,5 @@
|
|
1
|
+
# Copyright (c) 2025 Airbyte, Inc., all rights reserved.
|
2
|
+
|
1
3
|
# generated by datamodel-codegen:
|
2
4
|
# filename: declarative_component_schema.yaml
|
3
5
|
|
@@ -2020,7 +2022,7 @@ class RecordSelector(BaseModel):
|
|
2020
2022
|
|
2021
2023
|
class GzipDecoder(BaseModel):
|
2022
2024
|
type: Literal["GzipDecoder"]
|
2023
|
-
decoder: Union[CsvDecoder, GzipDecoder, JsonDecoder, JsonlDecoder]
|
2025
|
+
decoder: Union[CsvDecoder, GzipDecoder, JsonDecoder, JsonlDecoder, XmlDecoder]
|
2024
2026
|
|
2025
2027
|
|
2026
2028
|
class RequestBodyGraphQL(BaseModel):
|
@@ -89,7 +89,7 @@ airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=rQz9gXp3
|
|
89
89
|
airbyte_cdk/sources/declarative/datetime/__init__.py,sha256=4Hw-PX1-VgESLF16cDdvuYCzGJtHntThLF4qIiULWeo,61
|
90
90
|
airbyte_cdk/sources/declarative/datetime/datetime_parser.py,sha256=_zGNGq31RNy_0QBLt_EcTvgPyhj7urPdx6oA3M5-r3o,3150
|
91
91
|
airbyte_cdk/sources/declarative/datetime/min_max_datetime.py,sha256=0BHBtDNQZfvwM45-tY5pNlTcKAFSGGNxemoi0Jic-0E,5785
|
92
|
-
airbyte_cdk/sources/declarative/declarative_component_schema.yaml,sha256=
|
92
|
+
airbyte_cdk/sources/declarative/declarative_component_schema.yaml,sha256=QREI9ckzkefOJz5T9ZmU05BGAVgO8lvdCC1DSuXIYrM,181331
|
93
93
|
airbyte_cdk/sources/declarative/declarative_source.py,sha256=qmyMnnet92eGc3C22yBtpvD5UZjqdhsAafP_zxI5wp8,1814
|
94
94
|
airbyte_cdk/sources/declarative/declarative_stream.py,sha256=dCRlddBUSaJmBNBz1pSO1r2rTw8AP5d2_vlmIeGs2gg,10767
|
95
95
|
airbyte_cdk/sources/declarative/decoders/__init__.py,sha256=JHb_0d3SE6kNY10mxA5YBEKPeSbsWYjByq1gUQxepoE,953
|
@@ -133,7 +133,7 @@ airbyte_cdk/sources/declarative/migrations/legacy_to_per_partition_state_migrati
|
|
133
133
|
airbyte_cdk/sources/declarative/migrations/state_migration.py,sha256=KWPjealMLKSMtajXgkdGgKg7EmTLR-CqqD7UIh0-eDU,794
|
134
134
|
airbyte_cdk/sources/declarative/models/__init__.py,sha256=nUFxNCiKeYRVXuZEKA7GD-lTHxsiKcQ8FitZjKhPIvE,100
|
135
135
|
airbyte_cdk/sources/declarative/models/base_model_with_deprecations.py,sha256=Imnj3yef0aqRdLfaUxkIYISUb8YkiPrRH_wBd-x8HjM,5999
|
136
|
-
airbyte_cdk/sources/declarative/models/declarative_component_schema.py,sha256=
|
136
|
+
airbyte_cdk/sources/declarative/models/declarative_component_schema.py,sha256=_vEh895F7WaMPiTGj-178Gq7ExqGwIcPJc1EpeRlGdg,128079
|
137
137
|
airbyte_cdk/sources/declarative/parsers/__init__.py,sha256=ZnqYNxHsKCgO38IwB34RQyRMXTs4GTvlRi3ImKnIioo,61
|
138
138
|
airbyte_cdk/sources/declarative/parsers/custom_code_compiler.py,sha256=nlVvHC511NUyDEEIRBkoeDTAvLqKNp-hRy8D19z8tdk,5941
|
139
139
|
airbyte_cdk/sources/declarative/parsers/custom_exceptions.py,sha256=wnRUP0Xeru9Rbu5OexXSDN9QWDo8YU4tT9M2LDVOgGA,802
|
@@ -423,9 +423,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
423
423
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
424
424
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
425
425
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
426
|
-
airbyte_cdk-6.56.5.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
427
|
-
airbyte_cdk-6.56.5.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
428
|
-
airbyte_cdk-6.56.5.dist-info/METADATA,sha256=
|
429
|
-
airbyte_cdk-6.56.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
430
|
-
airbyte_cdk-6.56.5.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
431
|
-
airbyte_cdk-6.56.5.dist-info/RECORD,,
|
426
|
+
airbyte_cdk-6.56.5.post3.dev15889419925.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
427
|
+
airbyte_cdk-6.56.5.post3.dev15889419925.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
428
|
+
airbyte_cdk-6.56.5.post3.dev15889419925.dist-info/METADATA,sha256=txsCXNHWwFnICDFjP-J8c9P2SwqnfAr1W3MUSpZGUAo,6413
|
429
|
+
airbyte_cdk-6.56.5.post3.dev15889419925.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
430
|
+
airbyte_cdk-6.56.5.post3.dev15889419925.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
431
|
+
airbyte_cdk-6.56.5.post3.dev15889419925.dist-info/RECORD,,
|
{airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/LICENSE.txt
RENAMED
File without changes
|
{airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/LICENSE_SHORT
RENAMED
File without changes
|
File without changes
|
{airbyte_cdk-6.56.5.dist-info → airbyte_cdk-6.56.5.post3.dev15889419925.dist-info}/entry_points.txt
RENAMED
File without changes
|