zeroshade commented on issue #1777:
URL: https://github.com/apache/arrow-adbc/issues/1777#issuecomment-2113035194

   @davlee1972 We call `ParseDSN` to parse the URI if an explicit URI is 
provided, which looks like doesn't get processed by gosnowflake the same way to 
strip the region as if you do the reverse (converting a config into a dsn) 
https://github.com/snowflakedb/gosnowflake/blob/0389a9ab3f7073d4fbf527c06990ce11bd93b17e/dsn.go#L527
   
   If you don't use a URI and instead supply the arguments individually, then 
we just populate gosnowflake.Config with the arguments which feels like 
gosnowflake should handle properly rather than needing ADBC to check for and 
strip things. Thoughts @lidavidm ?


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to