davlee1972 commented on issue #1777: URL: https://github.com/apache/arrow-adbc/issues/1777#issuecomment-2123276020
Ok I found the bug.. The Snowflake GO Driver isn't capturing the region into cfg.Region before stripping it from cfg.Account in parseDSN().. This should fix this ADF UI issue..  I also figured out what was wrong with my original issue which uses a pure Config.. which has zero logic to manipulate any config parameters.. Instead of: adbc.snowflake.sql.account: MYACCOUNT.privatelink This worked: adbc.snowflake.sql.account: MYACCOUNT adbc.snowflake.sql.region: privatelink This is just a bit confusing since the python snowflake connector and snowsql passes MYACCOUNT.privatelink for account.. -- 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]
