airbyte-cdk 6.47.0.dev0__py3-none-any.whl → 6.47.1__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 +1 -0
- {airbyte_cdk-6.47.0.dev0.dist-info → airbyte_cdk-6.47.1.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.47.0.dev0.dist-info → airbyte_cdk-6.47.1.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.47.0.dev0.dist-info → airbyte_cdk-6.47.1.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.47.0.dev0.dist-info → airbyte_cdk-6.47.1.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.47.0.dev0.dist-info → airbyte_cdk-6.47.1.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.47.0.dev0.dist-info → airbyte_cdk-6.47.1.dist-info}/entry_points.txt +0 -0
@@ -305,6 +305,7 @@ class ConcurrentDeclarativeSource(ManifestDeclarativeSource, Generic[TState]):
|
|
305
305
|
stream_name=declarative_stream.name,
|
306
306
|
stream_namespace=declarative_stream.namespace,
|
307
307
|
config=config or {},
|
308
|
+
stream_state_migrations=declarative_stream.state_migrations,
|
308
309
|
)
|
309
310
|
partition_generator = StreamSlicerPartitionGenerator(
|
310
311
|
partition_factory=DeclarativePartitionFactory(
|
@@ -74,7 +74,7 @@ airbyte_cdk/sources/declarative/checks/check_stream.py,sha256=QeExVmpSYjr_CnghHu
|
|
74
74
|
airbyte_cdk/sources/declarative/checks/connection_checker.py,sha256=MBRJo6WJlZQHpIfOGaNOkkHUmgUl_4wDM6VPo41z5Ss,1383
|
75
75
|
airbyte_cdk/sources/declarative/concurrency_level/__init__.py,sha256=5XUqrmlstYlMM0j6crktlKQwALek0uiz2D3WdM46MyA,191
|
76
76
|
airbyte_cdk/sources/declarative/concurrency_level/concurrency_level.py,sha256=YIwCTCpOr_QSNW4ltQK0yUGWInI8PKNY216HOOegYLk,2101
|
77
|
-
airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=
|
77
|
+
airbyte_cdk/sources/declarative/concurrent_declarative_source.py,sha256=GoZJ8Oxb3IQh6iJao6dw7NNiWVyWTrlUlWVKMWt-V0k,28362
|
78
78
|
airbyte_cdk/sources/declarative/datetime/__init__.py,sha256=4Hw-PX1-VgESLF16cDdvuYCzGJtHntThLF4qIiULWeo,61
|
79
79
|
airbyte_cdk/sources/declarative/datetime/datetime_parser.py,sha256=_zGNGq31RNy_0QBLt_EcTvgPyhj7urPdx6oA3M5-r3o,3150
|
80
80
|
airbyte_cdk/sources/declarative/datetime/min_max_datetime.py,sha256=0BHBtDNQZfvwM45-tY5pNlTcKAFSGGNxemoi0Jic-0E,5785
|
@@ -390,9 +390,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
390
390
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
391
391
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
392
392
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
393
|
-
airbyte_cdk-6.47.
|
394
|
-
airbyte_cdk-6.47.
|
395
|
-
airbyte_cdk-6.47.
|
396
|
-
airbyte_cdk-6.47.
|
397
|
-
airbyte_cdk-6.47.
|
398
|
-
airbyte_cdk-6.47.
|
393
|
+
airbyte_cdk-6.47.1.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
394
|
+
airbyte_cdk-6.47.1.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
395
|
+
airbyte_cdk-6.47.1.dist-info/METADATA,sha256=yR0jHXKFLGosE4F1ziunrNf6IsABJOkD_GGZhzaH0_A,6323
|
396
|
+
airbyte_cdk-6.47.1.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
397
|
+
airbyte_cdk-6.47.1.dist-info/entry_points.txt,sha256=AKWbEkHfpzzk9nF9tqBUaw1MbvTM4mGtEzmZQm0ZWvM,139
|
398
|
+
airbyte_cdk-6.47.1.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|