Hello all.
I am trying to find a solution to be able to pull in multi-million row tables from Snowflake.
I have tried snowflex and the basic :odbc routes, and both of them seem to timeout in 1-2 minutes. Snowflex gives me actual timeout messages, while :odbc gives me something like this:
14:09:43.826 [error] GenServer #PID<0.208.0> terminating
** (stop) {:port_exit, :memory_allocation_failed}
I am just wondering if anyone else has gotten this to work successfully. I know this cannot be an un-solved problem, I just cannot seem to find the right docs or posts on it anywhere.