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

ec2.images and ec2.snapshots don't return all results #16

Open
nineinchnick opened this issue Sep 21, 2021 · 2 comments
Open

ec2.images and ec2.snapshots don't return all results #16

nineinchnick opened this issue Sep 21, 2021 · 2 comments
Labels
bug Something isn't working

Comments

@nineinchnick
Copy link
Owner

ec2.images are limited to self-owned images only, because otherwise, the query would never finish. ec2.snapshots has a default limit of 100 results set for the same reason.

To address this, it is required to:

@nineinchnick nineinchnick added the bug Something isn't working label Sep 21, 2021
@nineinchnick
Copy link
Owner Author

Predicate pushdown support has been added in 47e8d0e

@nineinchnick
Copy link
Owner Author

I fixed that for images, by either requiring predicates or a limit clause

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant