dlt-hub / dlt

data load tool (dlt) is an open source Python library that makes data loading easy 🛠️
https://dlthub.com/docs
Apache License 2.0
2.04k stars 123 forks source link

RESTClient: paginators follow-up #1552

Open willi-mueller opened 1 week ago

willi-mueller commented 1 week ago

Feature description

Documentation:

Tests:

Paginator implementation

Related issues

https://github.com/dlt-hub/dlt/issues/1325 Follow-up to https://github.com/dlt-hub/dlt/pull/1509

rudolfix commented 1 week ago

please also convert class-based tests into our regular test module. this is how we structure our tests