Anton Burnashev

Results 34 issues of Anton Burnashev

### Background The current implementation of paginators in the RESTClient is designed to manage pagination through the HTTP GET method. ### Problem Certain APIs require the use of the HTTP...

enhancement

## Background #998 makes qdrant working again but leaves a few things to be fixed. Qdrant is querying state in a wrong way (relies on order which is not there)....

bug

## Description In `docs/website/docs/general-usage/http/rest-client.md`: - Add the docs for the new PageNumberPaginator - Update OffsetPaginator with `maximum_offset` argument description - Mention RangePaginator ## Relevant PRs - #1151 - #1307

documentation
sprint

Every paginator in the repo should have an offline (mock) integration test validating that the paginator actually works with the `RESTClient.paginate()`

sprint

## Description CI tests intermittently fail on `test_limit_edge_cases` with a limit of 10. `async_list` unexpectedly contains an extra item compared to the `sync_list`. Race condition? Test file: tests/extract/test_sources.py Test case:...

bug

`mock_api_server` fixture is a duplicate of what we have in verified-sources repo: https://github.com/dlt-hub/dlt/blob/73e81765afeb095eddead3babbee97858db2598f/tests/sources/helpers/rest_client/conftest.py#L135 It is used to test `RESTClient`. In the core we don't really need multi-endpoint mocking so we...

sprint