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

[Bug] Not all Connectors are returned #33

Open
abhimodugula opened this issue Oct 17, 2023 · 1 comment
Open

[Bug] Not all Connectors are returned #33

abhimodugula opened this issue Oct 17, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@abhimodugula
Copy link

The method list_once in connector.py has no pagination logic, so if there are more than 250 connectors, all of them will not be returned

@bitonio
Copy link
Collaborator

bitonio commented Feb 10, 2024

Hi @abhimodugula

The limit has been raised to 1024, tested in our lab.
It should help until we implement the pagination logic.

Good catch, thanks for reporting it.

@bitonio bitonio added the enhancement New feature or request label Feb 10, 2024
@bitonio bitonio self-assigned this Feb 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Development

No branches or pull requests

2 participants