This is a feature request more than an issue.
I'm interested in a function that can be used to download the contents of a table or results of a query using the reverse of the pattern used for rs_append_table.
i.e. Redshift --> S3 --> Local
My main motivation is that a normal download via a SELECT query can take very long for large results.
This is a feature request more than an issue.
I'm interested in a function that can be used to download the contents of a table or results of a query using the reverse of the pattern used for
rs_append_table.i.e.
Redshift --> S3 --> LocalMy main motivation is that a normal download via a
SELECTquery can take very long for large results.