We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d502b8e commit b0da2b8Copy full SHA for b0da2b8
airbyte_cdk/sources/streams/http/http.py
@@ -423,7 +423,6 @@ def _read_pages(
423
stream_slice: Optional[Mapping[str, Any]] = None,
424
stream_state: Optional[Mapping[str, Any]] = None,
425
) -> Iterable[StreamData]:
426
-
427
stream_state = stream_state or {}
428
pagination_complete = False
429
next_page_token = None
0 commit comments