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

Airbyte chart versions > 1.1.0 - connector builder version > 5.7.5 - PageIncrement Pagination no PageNumber in the query parameters during sync #53139

Closed
1 task
guifesquet opened this issue Feb 3, 2025 · 0 comments

Comments

@guifesquet
Copy link

Connector Documentation URL

https://docs.airbyte.com/connector-development/connector-builder-ui/pagination

What error are you seeing?

We are using the connector builder with airbyte chart version 1.1.0 to request our local webapp.
The yaml version is 5.7.5.
Some streams need pagination, like

    paginator:
      type: DefaultPaginator
      page_size_option:
        type: RequestOption
        field_name: pageSize
        inject_into: request_parameter
      page_token_option:
        type: RequestOption
        field_name: pageNumber
        inject_into: request_parameter
      pagination_strategy:
        type: PageIncrement
        page_size: 500
        start_from_page: 0
        inject_on_first_request: true

Updating airbyte to version 1.2.0, 1.3.0 and 1.4.0 seems to break the behaviour.
This is crazy but
in the builder, everything works fine in the test part
in the connection part, during the sync, we get HTTP 400 because the pageNumber is not injected as a query parameter
Any idea, I don’t even imagine this is broken since November 7, 2024 ?

How to replicate

No response

What do you expect to happen?

No response

Is this in the Alpha Release?

  • Yes, the issue is in the AI Assist Alpha Release.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants