g-m-robin commented on issue #841:
URL: https://github.com/apache/arrow-adbc/issues/841#issuecomment-1631579063

   > > I have no idea whether or not Go would be able to launch the browser 
when buried beneath R
   > 
   > I still think I might just be passing unexpected values into the auth. If 
anybody can successfully get a browser to pop up from anywhere else (ADBC, 
Python/Snowflake, Go/Snowflake, or otherwise) I'm game to try those parameters 
from R.
   
   @paleolimbot not sure if you are still facing this issue, but I was able to 
connect through ADBC on R with the browser pop-up after adding "username."
   
   `
   db <- adbc_database_init(
     adbcsnowflake::adbcsnowflake(), 
     username = "snowflake_username",
     adbc.snowflake.sql.account = "<account_identifier>",
     adbc.snowflake.sql.auth_type = "auth_ext_browser"
   )
   
   con <- adbc_connection_init(db)
   `
   
   The formatting of my account identifier was different from yours 
(orgname-account_name) but I can't speak to whether that would be causing an 
issue on your end. See additional documentation from Snowflake 
[here](https://docs.snowflake.com/en/user-guide/admin-account-identifier).


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