airbyte-cdk 6.45.8.post2.dev14604759065__py3-none-any.whl → 6.45.9__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/concurrent_declarative_source.py +2 -1
- airbyte_cdk/sources/file_based/file_record_data.py +1 -1
- {airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/RECORD +8 -8
- {airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/entry_points.txt +0 -0
@@ -211,7 +211,8 @@ class ConcurrentDeclarativeSource(ManifestDeclarativeSource, Generic[TState]):
|
|
211
211
|
# so we need to treat them as synchronous
|
212
212
|
|
213
213
|
supports_file_transfer = (
|
214
|
-
|
214
|
+
isinstance(declarative_stream, DeclarativeStream)
|
215
|
+
and "file_uploader" in name_to_stream_mapping[declarative_stream.name]
|
215
216
|
)
|
216
217
|
|
217
218
|
if (
|
@@ -66,7 +66,7 @@ airbyte_cdk/sources/declarative/checks/check_stream.py,sha256=QeExVmpSYjr_CnghHu
|
|
66
66
|
airbyte_cdk/sources/declarative/checks/connection_checker.py,sha256=MBRJo6WJlZQHpIfOGaNOkkHUmgUl_4wDM6VPo41z5Ss,1383
|
67
67
|
airbyte_cdk/sources/declarative/concurrency_level/__init__.py,sha256=5XUqrmlstYlMM0j6crktlKQwALek0uiz2D3WdM46MyA,191
|
68
68
|
airbyte_cdk/sources/declarative/concurrency_level/concurrency_level.py,sha256=YIwCTCpOr_QSNW4ltQK0yUGWInI8PKNY216HOOegYLk,2101
|
69
|
-
airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=
|
69
|
+
airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=mB0wBAuAIvIJwRsMLoLGUoSuMimcY1tgyUjPiTHHHZE,28269
|
70
70
|
airbyte_cdk/sources/declarative/datetime/__init__.py,sha256=4Hw-PX1-VgESLF16cDdvuYCzGJtHntThLF4qIiULWeo,61
|
71
71
|
airbyte_cdk/sources/declarative/datetime/datetime_parser.py,sha256=_zGNGq31RNy_0QBLt_EcTvgPyhj7urPdx6oA3M5-r3o,3150
|
72
72
|
airbyte_cdk/sources/declarative/datetime/min_max_datetime.py,sha256=0BHBtDNQZfvwM45-tY5pNlTcKAFSGGNxemoi0Jic-0E,5785
|
@@ -225,7 +225,7 @@ airbyte_cdk/sources/file_based/exceptions.py,sha256=WP0qkG6fpWoBpOyyicgp5YNE393V
|
|
225
225
|
airbyte_cdk/sources/file_based/file_based_source.py,sha256=Xg8OYWnGc-OcVBglvS08uwAWGWHBhEqsBnyODIkOK-4,20051
|
226
226
|
airbyte_cdk/sources/file_based/file_based_stream_permissions_reader.py,sha256=4e7FXqQ9hueacexC0SyrZyjF8oREYHza8pKF9CgKbD8,5050
|
227
227
|
airbyte_cdk/sources/file_based/file_based_stream_reader.py,sha256=rwz8AhEIqYB9gBF7uW9eR--eUiHOntzuwLH8jFHNacE,7854
|
228
|
-
airbyte_cdk/sources/file_based/file_record_data.py,sha256=
|
228
|
+
airbyte_cdk/sources/file_based/file_record_data.py,sha256=GtCHwIagI24EsZbAh_qffBtGuLSJQulRxoA3KgoqUSA,452
|
229
229
|
airbyte_cdk/sources/file_based/file_types/__init__.py,sha256=blCLn0-2LC-ZdgcNyDEhqM2RiUvEjEBh-G4-t32ZtuM,1268
|
230
230
|
airbyte_cdk/sources/file_based/file_types/avro_parser.py,sha256=USEYqiICXBWpDV443VtNOCmUA-GINzY_Zah74_5w3qQ,10860
|
231
231
|
airbyte_cdk/sources/file_based/file_types/csv_parser.py,sha256=QlCXB-ry3np67Q_VerQEPoWDOTcPTB6Go4ydZxY9ae4,20445
|
@@ -377,9 +377,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
377
377
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
378
378
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
379
379
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
380
|
-
airbyte_cdk-6.45.
|
381
|
-
airbyte_cdk-6.45.
|
382
|
-
airbyte_cdk-6.45.
|
383
|
-
airbyte_cdk-6.45.
|
384
|
-
airbyte_cdk-6.45.
|
385
|
-
airbyte_cdk-6.45.
|
380
|
+
airbyte_cdk-6.45.9.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
381
|
+
airbyte_cdk-6.45.9.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
382
|
+
airbyte_cdk-6.45.9.dist-info/METADATA,sha256=HIzW-qMehN7vkVGro7-gVF1y3OB1bkwyEwtiRwI6u6c,6113
|
383
|
+
airbyte_cdk-6.45.9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
384
|
+
airbyte_cdk-6.45.9.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
385
|
+
airbyte_cdk-6.45.9.dist-info/RECORD,,
|
{airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/LICENSE.txt
RENAMED
File without changes
|
{airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/LICENSE_SHORT
RENAMED
File without changes
|
File without changes
|
{airbyte_cdk-6.45.8.post2.dev14604759065.dist-info → airbyte_cdk-6.45.9.dist-info}/entry_points.txt
RENAMED
File without changes
|