humio/python-humio

Bug: QueryJob cant be used to fetch all filter query results.

Opened this issue · 0 comments

The code checks hasMoreEvents, but simply queries the same queryJob, so the same events are returned.

Need to implement this so that users can loop filter query results from a queryJob, perhaps even make it possible to adjust the amount of events the queryJob returns at each poll.