heroku / salesforce-bulk

Python interface to the Salesforce.com Bulk API
MIT License
207 stars 154 forks source link

Get all results #19

Closed ViViDboarder closed 9 years ago

ViViDboarder commented 9 years ago

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.