SNOW-657330: WithFileStream support for GET queries #654
Labels
enhancement
The issue is a request for improvement or a new feature
status-fixed_awaiting_release
The issue has been fixed, its PR merged, and now awaiting the next release cycle of the connector.
status-triage_done
Initial triage done, will be further handled by the driver team
Issue description
I'd like to write some code which downloads a file from a Snowflake stage into an in-memory stream. However, it looks like this client library only supports specifying an actual file as the destination. Note that for PUT operations, I can use
WithFileStream
to do the reverse operation.Example code
See the documentation here and here and the code here which only applies to PUT operations.
Error log
N/A
Configuration
N/A
The text was updated successfully, but these errors were encountered: