airbyte-cdk 6.41.8__py3-none-any.whl → 6.41.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/partition_routers/substream_partition_router.py +5 -1
- {airbyte_cdk-6.41.8.dist-info → airbyte_cdk-6.41.9.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.41.8.dist-info → airbyte_cdk-6.41.9.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.41.8.dist-info → airbyte_cdk-6.41.9.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.41.8.dist-info → airbyte_cdk-6.41.9.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.41.8.dist-info → airbyte_cdk-6.41.9.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.41.8.dist-info → airbyte_cdk-6.41.9.dist-info}/entry_points.txt +0 -0
@@ -374,7 +374,11 @@ class SubstreamPartitionRouter(PartitionRouter):
|
|
374
374
|
# Ignore per-partition states or invalid formats.
|
375
375
|
if isinstance(substream_state, (list, dict)) or len(substream_state_values) != 1:
|
376
376
|
# If a global state is present under the key "state", use its first value.
|
377
|
-
if
|
377
|
+
if (
|
378
|
+
"state" in stream_state
|
379
|
+
and isinstance(stream_state["state"], dict)
|
380
|
+
and stream_state["state"] != {}
|
381
|
+
):
|
378
382
|
substream_state = list(stream_state["state"].values())[0]
|
379
383
|
else:
|
380
384
|
return {}
|
@@ -128,7 +128,7 @@ airbyte_cdk/sources/declarative/partition_routers/grouping_partition_router.py,s
|
|
128
128
|
airbyte_cdk/sources/declarative/partition_routers/list_partition_router.py,sha256=tmGGpMoOBmaMfhVZq53AEWxoHm2lmNVi6hA2_IVEnAA,4882
|
129
129
|
airbyte_cdk/sources/declarative/partition_routers/partition_router.py,sha256=YyEIzdmLd1FjbVP3QbQ2VFCLW_P-OGbVh6VpZShp54k,2218
|
130
130
|
airbyte_cdk/sources/declarative/partition_routers/single_partition_router.py,sha256=SKzKjSyfccq4dxGIh-J6ejrgkCHzaiTIazmbmeQiRD4,1942
|
131
|
-
airbyte_cdk/sources/declarative/partition_routers/substream_partition_router.py,sha256=
|
131
|
+
airbyte_cdk/sources/declarative/partition_routers/substream_partition_router.py,sha256=UohJB_mIeraEMH5dwTkeNR0tCNQopDbLv2aAdVQrPWU,19896
|
132
132
|
airbyte_cdk/sources/declarative/requesters/README.md,sha256=DQll2qsIzzTiiP35kJp16ONpr7cFeUQNgPfhl5krB24,2675
|
133
133
|
airbyte_cdk/sources/declarative/requesters/__init__.py,sha256=d7a3OoHbqaJDyyPli3nqqJ2yAW_SLX6XDaBAKOwvpxw,364
|
134
134
|
airbyte_cdk/sources/declarative/requesters/error_handlers/__init__.py,sha256=SkEDcJxlT1683rNx93K9whoS0OyUukkuOfToGtgpF58,776
|
@@ -359,9 +359,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
359
359
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
360
360
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
361
361
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
362
|
-
airbyte_cdk-6.41.
|
363
|
-
airbyte_cdk-6.41.
|
364
|
-
airbyte_cdk-6.41.
|
365
|
-
airbyte_cdk-6.41.
|
366
|
-
airbyte_cdk-6.41.
|
367
|
-
airbyte_cdk-6.41.
|
362
|
+
airbyte_cdk-6.41.9.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
363
|
+
airbyte_cdk-6.41.9.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
364
|
+
airbyte_cdk-6.41.9.dist-info/METADATA,sha256=qmik5GNMcO8EPPPAj8zSqWBv5gapQW_mqfZBg7sr7nw,6071
|
365
|
+
airbyte_cdk-6.41.9.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
366
|
+
airbyte_cdk-6.41.9.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
367
|
+
airbyte_cdk-6.41.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|