This is similar to get_batch_results but instead of just getting a single result of one batch, it will wait for the batch to complete and then return a generator that will get every result set.
This is very useful for large queries so one only has to iterate through and it will auto retrieve the next CSV.
This is similar to
get_batch_results
but instead of just getting a single result of one batch, it will wait for the batch to complete and then return a generator that will get every result set.This is very useful for large queries so one only has to iterate through and it will auto retrieve the next CSV.