Open jaceksan opened 8 months ago
The URI examples in the docs don't have snowflake://
prefix.
I am so sorry for bothering you with this :facepalm: Now it works end-to-end including fetching data to Arrow :smile:
Thanks for the quick response!
Cool. If other Snowflake clients support this, you may want to ask the Snowflake Go client to support this too (we're just passing the URL to their library - not parsing it ourselves).
What would you like help with?
Following your DOC, trying to connect to Snowflake:
It returns the error
invalid username or password
. When I use the same properties (user/pwd/account/warehouse/db) in DB IDE (DBeaver, Datagrip), it works.Is it possible that the above URI is not parsed as I expected and the wrong password value is sent to the server? I tried other documented variants of the URI format, but I still got the same error.
Any advice, please?