airbyte-cdk 6.31.0__py3-none-any.whl → 6.31.1.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/streams/http/http.py +1 -2
- {airbyte_cdk-6.31.0.dist-info → airbyte_cdk-6.31.1.dev0.dist-info}/METADATA +1 -1
- {airbyte_cdk-6.31.0.dist-info → airbyte_cdk-6.31.1.dev0.dist-info}/RECORD +7 -7
- {airbyte_cdk-6.31.0.dist-info → airbyte_cdk-6.31.1.dev0.dist-info}/LICENSE.txt +0 -0
- {airbyte_cdk-6.31.0.dist-info → airbyte_cdk-6.31.1.dev0.dist-info}/LICENSE_SHORT +0 -0
- {airbyte_cdk-6.31.0.dist-info → airbyte_cdk-6.31.1.dev0.dist-info}/WHEEL +0 -0
- {airbyte_cdk-6.31.0.dist-info → airbyte_cdk-6.31.1.dev0.dist-info}/entry_points.txt +0 -0
@@ -423,8 +423,6 @@ class HttpStream(Stream, CheckpointMixin, ABC):
|
|
423
423
|
stream_slice: Optional[Mapping[str, Any]] = None,
|
424
424
|
stream_state: Optional[Mapping[str, Any]] = None,
|
425
425
|
) -> Iterable[StreamData]:
|
426
|
-
partition, _, _ = self._extract_slice_fields(stream_slice=stream_slice)
|
427
|
-
|
428
426
|
stream_state = stream_state or {}
|
429
427
|
pagination_complete = False
|
430
428
|
next_page_token = None
|
@@ -438,6 +436,7 @@ class HttpStream(Stream, CheckpointMixin, ABC):
|
|
438
436
|
|
439
437
|
cursor = self.get_cursor()
|
440
438
|
if cursor and isinstance(cursor, SubstreamResumableFullRefreshCursor):
|
439
|
+
partition, _, _ = self._extract_slice_fields(stream_slice=stream_slice)
|
441
440
|
# Substreams checkpoint state by marking an entire parent partition as completed so that on the subsequent attempt
|
442
441
|
# after a failure, completed parents are skipped and the sync can make progress
|
443
442
|
cursor.close_slice(StreamSlice(cursor_slice={}, partition=partition))
|
@@ -291,7 +291,7 @@ airbyte_cdk/sources/streams/http/error_handlers/http_status_error_handler.py,sha
|
|
291
291
|
airbyte_cdk/sources/streams/http/error_handlers/json_error_message_parser.py,sha256=GW5rkBQLLTj7MEaDdbpG7DHxTQVRrDOg1ehLLxjqiM4,1828
|
292
292
|
airbyte_cdk/sources/streams/http/error_handlers/response_models.py,sha256=xGIVELBFY0TmH9aUq1ikoqJz8oHLr6di2JLvKWVEO-s,2236
|
293
293
|
airbyte_cdk/sources/streams/http/exceptions.py,sha256=njC7MlMJoFYcSGz4mIp6-bqLFTr6vC8ej25X0oSeyjE,1824
|
294
|
-
airbyte_cdk/sources/streams/http/http.py,sha256=
|
294
|
+
airbyte_cdk/sources/streams/http/http.py,sha256=0uariNq8OFnlX7iqOHwBhecxA-Hfd5hSY8_XCEgn3jI,28499
|
295
295
|
airbyte_cdk/sources/streams/http/http_client.py,sha256=tDE0ROtxjGMVphvsw8INvGMtZ97hIF-v47pZ3jIyiwc,23011
|
296
296
|
airbyte_cdk/sources/streams/http/rate_limiting.py,sha256=IwdjrHKUnU97XO4qONgYRv4YYW51xQ8SJm4WLafXDB8,6351
|
297
297
|
airbyte_cdk/sources/streams/http/requests_native_auth/__init__.py,sha256=RN0D3nOX1xLgwEwKWu6pkGy3XqBFzKSNZ8Lf6umU2eY,413
|
@@ -351,9 +351,9 @@ airbyte_cdk/utils/slice_hasher.py,sha256=EDxgROHDbfG-QKQb59m7h_7crN1tRiawdf5uU7G
|
|
351
351
|
airbyte_cdk/utils/spec_schema_transformations.py,sha256=-5HTuNsnDBAhj-oLeQXwpTGA0HdcjFOf2zTEMUTTg_Y,816
|
352
352
|
airbyte_cdk/utils/stream_status_utils.py,sha256=ZmBoiy5HVbUEHAMrUONxZvxnvfV9CesmQJLDTAIWnWw,1171
|
353
353
|
airbyte_cdk/utils/traced_exception.py,sha256=C8uIBuCL_E4WnBAOPSxBicD06JAldoN9fGsQDp463OY,6292
|
354
|
-
airbyte_cdk-6.31.
|
355
|
-
airbyte_cdk-6.31.
|
356
|
-
airbyte_cdk-6.31.
|
357
|
-
airbyte_cdk-6.31.
|
358
|
-
airbyte_cdk-6.31.
|
359
|
-
airbyte_cdk-6.31.
|
354
|
+
airbyte_cdk-6.31.1.dev0.dist-info/LICENSE.txt,sha256=Wfe61S4BaGPj404v8lrAbvhjYR68SHlkzeYrg3_bbuM,1051
|
355
|
+
airbyte_cdk-6.31.1.dev0.dist-info/LICENSE_SHORT,sha256=aqF6D1NcESmpn-cqsxBtszTEnHKnlsp8L4x9wAh3Nxg,55
|
356
|
+
airbyte_cdk-6.31.1.dev0.dist-info/METADATA,sha256=xa0hs5xcJHFfY8bfJpHgZY1jJM9HTpJc60KkmCwG2zU,6015
|
357
|
+
airbyte_cdk-6.31.1.dev0.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
358
|
+
airbyte_cdk-6.31.1.dev0.dist-info/entry_points.txt,sha256=fj-e3PAQvsxsQzyyq8UkG1k8spunWnD4BAH2AwlR6NM,95
|
359
|
+
airbyte_cdk-6.31.1.dev0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|