Streaming CSV download #4204
parkourben99
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using this package but have large datasets that need to be downloaded. I have previously just written a easy way to stream the download by chunking the query and directly download the CSV.
I created a trait to be able to do this with. This is very basic right now.
My question is would something like this be worth making a PR to add?
Beta Was this translation helpful? Give feedback.
All reactions