- Notifications
You must be signed in to change notification settings - Fork186
feat: bucket pagination#658
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
8e90900
tof3f0914
Comparef3f0914
to7bf9322
CompareThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
@mbenabda, thank you very much for your PR. Before we can proceed with merging, there are a few requirements that need to be met:
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
codecov-commenter commentedMay 27, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install theCodecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@## master #658 +/- ##==========================================+ Coverage 90.40% 90.43% +0.02%========================================== Files 39 40 +1 Lines 3513 3524 +11 ==========================================+ Hits 3176 3187 +11 Misses 337 337 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Thanks again for your PR 👍
LGTM 🚀
6798be4
intoinfluxdata:masterUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Proposed Changes
Simliar to#616 for buckets:
Add
buckets_api.find_buckets_iter
to make usage of buckets pagination simplerChecklist
pytest tests
completes successfully