Python API should allow option for query to only write results to S3 and not return them to the client
Open
enhancement
python-api
- Dominant language
- Java
- Stars
- 107
- Forks
- 29
- Avg merge
- 19h 46m
- Merged PRs (30d)
- 141
Description
The Python API always returns the results of a query to the client as a list. If there are lots of records then this will cause it to run out of memory. We should add an option to allow it to only write the results to S3.
Contributor guide
Assessment
This issue has not been assessed yet.