airbyte-cdk 6.54.4.post2.dev15472393318__py3-none-any.whl → 6.54.5__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 -3
- airbyte_cdk/sources/declarative/interpolation/jinja.py +3 -1
- airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py +1 -1
- {airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/RECORD +9 -9
- {airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/entry_points.txt +0 -0
@@ -4027,9 +4027,7 @@ 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:
|
4031
|
-
- string
|
4032
|
-
- number
|
4030
|
+
type: string
|
4033
4031
|
interpolation_context:
|
4034
4032
|
- config
|
4035
4033
|
- components_values
|
@@ -127,7 +127,9 @@ class JinjaInterpolation(Interpolation):
|
|
127
127
|
evaluated = ast.literal_eval(result) # type: ignore # literal_eval is able to handle None
|
128
128
|
except (ValueError, SyntaxError):
|
129
129
|
return result
|
130
|
-
if not valid_types
|
130
|
+
if (not valid_types and not isinstance(evaluated, complex)) or (
|
131
|
+
valid_types and isinstance(evaluated, valid_types)
|
132
|
+
):
|
131
133
|
return evaluated
|
132
134
|
return result
|
133
135
|
|
@@ -153,7 +153,7 @@ class DynamicSchemaLoader(SchemaLoader):
|
|
153
153
|
)
|
154
154
|
properties[key] = value
|
155
155
|
|
156
|
-
filtered_transformed_properties = self._transform(properties)
|
156
|
+
filtered_transformed_properties = self._transform(self._filter(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=3K4hGCyqpOMhfLqwS6brufHVx-IypmxDMiCxH1ywusg,177473
|
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
|
@@ -125,7 +125,7 @@ airbyte_cdk/sources/declarative/interpolation/interpolated_mapping.py,sha256=h36
|
|
125
125
|
airbyte_cdk/sources/declarative/interpolation/interpolated_nested_mapping.py,sha256=myVaNtFqxOAwrbp93rgd1dhkqyuvXvET9rsimQ89ktc,1873
|
126
126
|
airbyte_cdk/sources/declarative/interpolation/interpolated_string.py,sha256=CQkHqGlfa87G6VYMtBAQWin7ECKpfMdrDcg0JO5_rhc,3212
|
127
127
|
airbyte_cdk/sources/declarative/interpolation/interpolation.py,sha256=9IoeuWam3L6GyN10L6U8xNWXmkt9cnahSDNkez1OmFY,982
|
128
|
-
airbyte_cdk/sources/declarative/interpolation/jinja.py,sha256=
|
128
|
+
airbyte_cdk/sources/declarative/interpolation/jinja.py,sha256=wm_W3_usYU_3eUdSpzrj21qsk8-vcK8TtWEHQsH7SY4,7245
|
129
129
|
airbyte_cdk/sources/declarative/interpolation/macros.py,sha256=xRcmjape4_WGmKMJpmBsKY0k4OHJDM46Hv3V-dlSz3w,5640
|
130
130
|
airbyte_cdk/sources/declarative/manifest_declarative_source.py,sha256=ciXtM7Qhus170ZwP8B9Ac4VScX2FPBYvlbZRv_r376U,24692
|
131
131
|
airbyte_cdk/sources/declarative/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -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=QJsEcwJcRQai3nCE0NQwZ18U2mvwGsVH2rF_TSrfzpE,11214
|
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.
|
424
|
-
airbyte_cdk-6.54.
|
425
|
-
airbyte_cdk-6.54.
|
426
|
-
airbyte_cdk-6.54.
|
427
|
-
airbyte_cdk-6.54.
|
428
|
-
airbyte_cdk-6.54.
|
423
|
+
airbyte_cdk-6.54.5.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
424
|
+
airbyte_cdk-6.54.5.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
425
|
+
airbyte_cdk-6.54.5.dist-info/METADATA,sha256=OL9xVCri-VK7C2XgcJXg6avbZpHAeYy9SdHp0oDof4M,6343
|
426
|
+
airbyte_cdk-6.54.5.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
427
|
+
airbyte_cdk-6.54.5.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
428
|
+
airbyte_cdk-6.54.5.dist-info/RECORD,,
|
{airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/LICENSE.txt
RENAMED
File without changes
|
{airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/LICENSE_SHORT
RENAMED
File without changes
|
File without changes
|
{airbyte_cdk-6.54.4.post2.dev15472393318.dist-info → airbyte_cdk-6.54.5.dist-info}/entry_points.txt
RENAMED
File without changes
|