davlee1972 commented on issue #1422:
URL: https://github.com/apache/arrow-adbc/issues/1422#issuecomment-1894414810
Ok the ".privatelink" is the problem.. it needs to be addressed when
generating the host url string..
I got it to work using the following combination..
"adbc.snowflake.sql.account": "<my_account_without_privatelink>",
"adbc.snowflake.sql.uri.host":
"<my_account_with_privatelink>".snowflakecomputing.com"
For consistency with other Snowflake clients should be:
"adbc.snowflake.sql.account": "<my_account_with_privatelink>", << ADBC
code should strip ".privatelink" before passing it to the GO driver..
"adbc.snowflake.sql.uri.host":
"<my_account_with_privatelink>".snowflakecomputing.com"
--
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]