airbyte-cdk 6.54.4__py3-none-any.whl → 6.54.4.post2.dev15472393318__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 +3 -1
- airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py +1 -1
- {airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/RECORD +8 -8
- {airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/entry_points.txt +0 -0
@@ -4027,7 +4027,9 @@ definitions:
|
|
4027
4027
|
description: A list of potentially nested fields indicating the full path where value will be added or updated.
|
4028
4028
|
type: array
|
4029
4029
|
items:
|
4030
|
-
type:
|
4030
|
+
type:
|
4031
|
+
- string
|
4032
|
+
- number
|
4031
4033
|
interpolation_context:
|
4032
4034
|
- config
|
4033
4035
|
- components_values
|
@@ -153,7 +153,7 @@ class DynamicSchemaLoader(SchemaLoader):
|
|
153
153
|
)
|
154
154
|
properties[key] = value
|
155
155
|
|
156
|
-
filtered_transformed_properties = self._transform(
|
156
|
+
filtered_transformed_properties = self._transform(properties)
|
157
157
|
|
158
158
|
return {
|
159
159
|
"$schema": "https://json-schema.org/draft-07/schema#",
|
@@ -89,7 +89,7 @@ airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=OKor1mDD
|
|
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=3Bke5MXhIXtbv1CNC78N3VwzrqWsd7_BFNKy78RNG3o,177508
|
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
|
@@ -211,7 +211,7 @@ airbyte_cdk/sources/declarative/retrievers/simple_retriever.py,sha256=ma6ZkDdf89
|
|
211
211
|
airbyte_cdk/sources/declarative/schema/__init__.py,sha256=xU45UvM5O4c1PSM13UHpCdh5hpW3HXy9vRRGEiAC1rg,795
|
212
212
|
airbyte_cdk/sources/declarative/schema/composite_schema_loader.py,sha256=ymGbvxS_QyGc4nnjEyRo5ch8bVedELO41PAUxKXZyMw,1113
|
213
213
|
airbyte_cdk/sources/declarative/schema/default_schema_loader.py,sha256=UnbzlExmwoQiVV8zDg4lhAEaqA_0pRfwbMRe8yqOuWk,1834
|
214
|
-
airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py,sha256=
|
214
|
+
airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py,sha256=WA3VUeJmaTQOHvuBd_E_lQaghXqJ87b_n1os1vwgaRE,11200
|
215
215
|
airbyte_cdk/sources/declarative/schema/inline_schema_loader.py,sha256=bVETE10hRsatRJq3R3BeyRR0wIoK3gcP1gcpVRQ_P5U,464
|
216
216
|
airbyte_cdk/sources/declarative/schema/json_file_schema_loader.py,sha256=5Wl-fqW-pVf_dxJ4yGHMAFfC4JjKHYJhqFJT1xA57F4,4177
|
217
217
|
airbyte_cdk/sources/declarative/schema/schema_loader.py,sha256=kjt8v0N5wWKA5zyLnrDLxf1PJKdUqvQq2RVnAOAzNSY,379
|
@@ -420,9 +420,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
420
420
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
421
421
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
422
422
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
423
|
-
airbyte_cdk-6.54.4.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
424
|
-
airbyte_cdk-6.54.4.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
425
|
-
airbyte_cdk-6.54.4.dist-info/METADATA,sha256=
|
426
|
-
airbyte_cdk-6.54.4.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
427
|
-
airbyte_cdk-6.54.4.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
428
|
-
airbyte_cdk-6.54.4.dist-info/RECORD,,
|
423
|
+
airbyte_cdk-6.54.4.post2.dev15472393318.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
424
|
+
airbyte_cdk-6.54.4.post2.dev15472393318.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
425
|
+
airbyte_cdk-6.54.4.post2.dev15472393318.dist-info/METADATA,sha256=yDPkl3PXxeKmLYnXUsyK-1uHhpfsDA4mJoF7qmnopUo,6364
|
426
|
+
airbyte_cdk-6.54.4.post2.dev15472393318.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
427
|
+
airbyte_cdk-6.54.4.post2.dev15472393318.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
428
|
+
airbyte_cdk-6.54.4.post2.dev15472393318.dist-info/RECORD,,
|
{airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/LICENSE.txt
RENAMED
File without changes
|
{airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/LICENSE_SHORT
RENAMED
File without changes
|
File without changes
|
{airbyte_cdk-6.54.4.dist-info → airbyte_cdk-6.54.4.post2.dev15472393318.dist-info}/entry_points.txt
RENAMED
File without changes
|