We are using an action flow to query data and send it to Snowflake. The issue is that it transfers 1 line at a time even if we use a csv module or leave that out. It takes 18 minutes to transfer 2000 lines (10 fields per line).
I think about how fast it is to download a MUCH larger table from a view or an analysis and think there has to be a faster method.


Is there a faster way to do this?