-
Notifications
You must be signed in to change notification settings - Fork 6
[EPIC] pagination support #377
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
Comments
Related directly to openeo-python-driver:
Related in other projects: |
soxofaan
added a commit
that referenced
this issue
Mar 6, 2025
for Open-EO/openeo-aggregator#125 and related to #377
soxofaan
added a commit
that referenced
this issue
Mar 6, 2025
soxofaan
added a commit
that referenced
this issue
Mar 7, 2025
for Open-EO/openeo-aggregator#125 and related to #377
soxofaan
added a commit
that referenced
this issue
Mar 7, 2025
for Open-EO/openeo-aggregator#125 and related to #377
soxofaan
added a commit
that referenced
this issue
Mar 7, 2025
for Open-EO/openeo-aggregator#125 and related to #377
soxofaan
added a commit
that referenced
this issue
Mar 7, 2025
for Open-EO/openeo-aggregator#125 and related to #377
pvbouwel
pushed a commit
to pvbouwel/openeo-python-driver
that referenced
this issue
Mar 25, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Epic for all things pagination
So far, pagination support has been absent (or somewhat and afterthought) in the design of openeo-python-driver. We already started working on pagination support for job listings to battle some operational challenges, but there is still more to cover, hence this epic.
as a reference, these are openEO endpoints and things that can be paginated (from Open-EO/openeo-python-client#677 (comment)):
GET /collections
GET /processes
GET /jobs
GET /process_graph
GET /files
GET /services
The text was updated successfully, but these errors were encountered: