Skip to content
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

Source HTTP: Add pagination support #2573

Closed
davinchia opened this issue Mar 23, 2021 · 3 comments
Closed

Source HTTP: Add pagination support #2573

davinchia opened this issue Mar 23, 2021 · 3 comments
Labels
area/connectors Connector related issues type/enhancement New feature or request

Comments

@davinchia
Copy link
Contributor

Tell us about the problem you're trying to solve

Today the HTTP Source Connector ignores any sort of pagination token and just passes along the received JSON blob.

Describe the solution you’d like

If there is pagination, the HTTP request connector should iterate through all the pages, combine the blobs, and write the final list to the destination.

See scenario #1 of this user doc for real life use case.

Additional context

Add any other context or screenshots about the feature request here.

@davinchia davinchia added type/enhancement New feature or request area/connectors Connector related issues labels Mar 23, 2021
@cgardens
Copy link
Contributor

@sherifnada

@islador
Copy link

islador commented Mar 23, 2021

There are numerous pagination strategies out there: limits, pages, etc. It'd be ideal if it were possible for the exact keys used to be specified during configuration.

@keu keu changed the title HTTP Source Connector should support pagination. Source HTTP: Add pagination support. Mar 24, 2021
@keu keu changed the title Source HTTP: Add pagination support. Source HTTP: Add pagination support Mar 24, 2021
@sherifnada
Copy link
Contributor

won't do given that we released the CDK which is a better fit for such cases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues type/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants