data.world-py icon indicating copy to clipboard operation
data.world-py copied to clipboard

Use requests `iter_content()` to defer the download of query results

Open rflprr opened this issue 7 years ago • 0 comments

Currently, query results are downloaded eagerly, in spite of the use of stream=True. Instead, the query method should return an iterable leverage requests' iter_content() to download the data on-demand.

rflprr avatar Mar 15 '17 02:03 rflprr