davlee1972 commented on issue #1422:
URL: https://github.com/apache/arrow-adbc/issues/1422#issuecomment-1894367631

   I think the problem might be this "privatelink" string in the driver code..
   
   The iss does not include "privatelink" which is correct..
   `"iss": "<my_account>.<my_login>.SHA256:qvmbDr2 etc.. etc.. etc.. 
Fs+1CYlU=",`
   
   However the account url has to have "privatelink" in it..
   
   `snowsql --private-key-path rsa_key.p8 -a 
<my_account>.privatelink.snowflakecomputing.com -u MY_LOGIN -s MY_SCHEMA -d 
MY_DB -r MY_ROLE -w MY_WAREHOUSE -o log_level=DEBUG -o log_file=c:\temp\snow.log
   `
   
   For consistency with both SNOWSQL and the Snowflake Python Connector lib, 
,the account should be in <my_account_with_privatelink> format and 
".privatelink" might need to be stripped out when passing just 
<my_account_without_privatelink> to the GO driver?


-- 
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