airbyte-cdk 6.38.4__py3-none-any.whl → 6.38.5.dev0__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/file_based/stream/default_file_based_stream.py +4 -1
- {airbyte_cdk-6.38.4.dist-info → airbyte_cdk-6.38.5.dev0.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.38.4.dist-info → airbyte_cdk-6.38.5.dev0.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.38.4.dist-info → airbyte_cdk-6.38.5.dev0.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.38.4.dist-info → airbyte_cdk-6.38.5.dev0.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.38.4.dist-info → airbyte_cdk-6.38.5.dev0.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.38.4.dist-info → airbyte_cdk-6.38.5.dev0.dist-info}/entry_points.txt +0 -0
@@ -356,7 +356,10 @@ class DefaultFileBasedStream(AbstractFileBasedStream, IncrementalMixin):
|
|
356
356
|
if "null" not in v:
|
357
357
|
schema[k] = ["null"] + v
|
358
358
|
elif v != "null":
|
359
|
-
|
359
|
+
if isinstance(v, (str, list)):
|
360
|
+
schema[k] = ["null", v]
|
361
|
+
else:
|
362
|
+
DefaultFileBasedStream._fill_nulls(v)
|
360
363
|
else:
|
361
364
|
DefaultFileBasedStream._fill_nulls(v)
|
362
365
|
elif isinstance(schema, list):
|
@@ -241,7 +241,7 @@ airbyte_cdk/sources/file_based/stream/concurrent/cursor/file_based_final_state_c
|
|
241
241
|
airbyte_cdk/sources/file_based/stream/cursor/__init__.py,sha256=MhFB5hOo8sjwvCh8gangaymdg3EJWYt_72brFOZt068,191
|
242
242
|
airbyte_cdk/sources/file_based/stream/cursor/abstract_file_based_cursor.py,sha256=om-x3gZFPgWDpi15S9RxZmR36VHnk8sytgN6LlBQhAw,1934
|
243
243
|
airbyte_cdk/sources/file_based/stream/cursor/default_file_based_cursor.py,sha256=VGV7xLyBribuBMVrXtO1xqkWJD86bl7yhXtjnwLMohM,7051
|
244
|
-
airbyte_cdk/sources/file_based/stream/default_file_based_stream.py,sha256=
|
244
|
+
airbyte_cdk/sources/file_based/stream/default_file_based_stream.py,sha256=jyJLu2BUCYWKqrqD0ZUFxnrD0qybny7KbzKznxjIIpM,18199
|
245
245
|
airbyte_cdk/sources/file_based/stream/identities_stream.py,sha256=DwgNU-jDp5vZ_WloQSUzBciDnAFMo8bXPjXpQx5-eko,1790
|
246
246
|
airbyte_cdk/sources/file_based/stream/permissions_file_based_stream.py,sha256=i0Jn0zuAPomLa4pHSu9TQ3gAN5xXhNzPTYVwUDiDEyE,3523
|
247
247
|
airbyte_cdk/sources/file_based/types.py,sha256=INxG7OPnkdUP69oYNKMAbwhvV1AGvLRHs1J6pIia2FI,218
|
@@ -357,9 +357,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
357
357
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
358
358
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
359
359
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
360
|
-
airbyte_cdk-6.38.
|
361
|
-
airbyte_cdk-6.38.
|
362
|
-
airbyte_cdk-6.38.
|
363
|
-
airbyte_cdk-6.38.
|
364
|
-
airbyte_cdk-6.38.
|
365
|
-
airbyte_cdk-6.38.
|
360
|
+
airbyte_cdk-6.38.5.dev0.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
361
|
+
airbyte_cdk-6.38.5.dev0.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
362
|
+
airbyte_cdk-6.38.5.dev0.dist-info/METADATA,sha256=gwRY6sWvIeoJ_Jmemy4eDMpbZrOJaZtlPDiIygQTn_M,6018
|
363
|
+
airbyte_cdk-6.38.5.dev0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
364
|
+
airbyte_cdk-6.38.5.dev0.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
365
|
+
airbyte_cdk-6.38.5.dev0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|