airbyte-cdk 6.26.0__py3-none-any.whl → 6.26.0.dev1__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/schema/dynamic_schema_loader.py +2 -5
- {airbyte_cdk-6.26.0.dist-info → airbyte_cdk-6.26.0.dev1.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.26.0.dist-info → airbyte_cdk-6.26.0.dev1.dist-info}/RECORD +6 -6
- {airbyte_cdk-6.26.0.dist-info → airbyte_cdk-6.26.0.dev1.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.26.0.dist-info → airbyte_cdk-6.26.0.dev1.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.26.0.dist-info → airbyte_cdk-6.26.0.dev1.dist-info}/entry_points.txt +0 -0
@@ -225,11 +225,8 @@ class DynamicSchemaLoader(SchemaLoader):
|
|
225
225
|
return self._get_airbyte_type(complex_type.field_type)
|
226
226
|
|
227
227
|
field_type = self._get_airbyte_type(complex_type.field_type)
|
228
|
-
field_type["items"] = (
|
229
|
-
|
230
|
-
if isinstance(complex_type.items, str)
|
231
|
-
else self._resolve_complex_type(complex_type.items)
|
232
|
-
)
|
228
|
+
field_type["items"] = self._get_airbyte_type(complex_type.items) if isinstance(complex_type.items, str) else self._resolve_complex_type(
|
229
|
+
complex_type.items)
|
233
230
|
|
234
231
|
return field_type
|
235
232
|
|
@@ -170,7 +170,7 @@ airbyte_cdk/sources/declarative/retrievers/retriever.py,sha256=XPLs593Xv8c5cKMc3
|
|
170
170
|
airbyte_cdk/sources/declarative/retrievers/simple_retriever.py,sha256=kgnhVQxRlFqJs2-rDu2-QH-p-GzQU3nKmSp6_aq8u0s,24550
|
171
171
|
airbyte_cdk/sources/declarative/schema/__init__.py,sha256=xU45UvM5O4c1PSM13UHpCdh5hpW3HXy9vRRGEiAC1rg,795
|
172
172
|
airbyte_cdk/sources/declarative/schema/default_schema_loader.py,sha256=KTACrIE23a83wsm3Rd9Eb4K6-20lrGqYxTHNp9yxsso,1820
|
173
|
-
airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py,sha256=
|
173
|
+
airbyte_cdk/sources/declarative/schema/dynamic_schema_loader.py,sha256=z8eiuMSp6dycIehxX7byZh23GefPi0QdE-6GY2Z3QYc,10667
|
174
174
|
airbyte_cdk/sources/declarative/schema/inline_schema_loader.py,sha256=bVETE10hRsatRJq3R3BeyRR0wIoK3gcP1gcpVRQ_P5U,464
|
175
175
|
airbyte_cdk/sources/declarative/schema/json_file_schema_loader.py,sha256=5Wl-fqW-pVf_dxJ4yGHMAFfC4JjKHYJhqFJT1xA57F4,4177
|
176
176
|
airbyte_cdk/sources/declarative/schema/schema_loader.py,sha256=kjt8v0N5wWKA5zyLnrDLxf1PJKdUqvQq2RVnAOAzNSY,379
|
@@ -350,8 +350,8 @@ airbyte_cdk/utils/slice_hasher.py,sha256=-pHexlNYoWYPnXNH-M7HEbjmeJe9Zk7SJijdQ7d
|
|
350
350
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
351
351
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
352
352
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
353
|
-
airbyte_cdk-6.26.0.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
354
|
-
airbyte_cdk-6.26.0.dist-info/METADATA,sha256=
|
355
|
-
airbyte_cdk-6.26.0.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
356
|
-
airbyte_cdk-6.26.0.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
357
|
-
airbyte_cdk-6.26.0.dist-info/RECORD,,
|
353
|
+
airbyte_cdk-6.26.0.dev1.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
354
|
+
airbyte_cdk-6.26.0.dev1.dist-info/METADATA,sha256=1DI4LKx2x8NB94_nYEsZfwptwGAbzbh3215QFpxLo-A,6001
|
355
|
+
airbyte_cdk-6.26.0.dev1.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
|
356
|
+
airbyte_cdk-6.26.0.dev1.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
357
|
+
airbyte_cdk-6.26.0.dev1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|