influxdata / influxdb-client-python

InfluxDB 2.0 python client
https://influxdb-client.readthedocs.io/en/stable/
MIT License
706 stars 185 forks source link

feat: bucket pagination #658

Closed mbenabda closed 3 months ago

mbenabda commented 3 months ago

Proposed Changes

Simliar to #616 for buckets: Add buckets_api.find_buckets_iter to make usage of buckets pagination simpler

Checklist

codecov-commenter commented 3 months ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 95.65217% with 2 lines in your changes missing coverage. Please review.

Project coverage is 90.43%. Comparing base (73849e7) to head (15a7880). Report is 9 commits behind head on master.

Files Patch % Lines
influxdb_client/client/_pages.py 95.12% 2 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ 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 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.