paleolimbot commented on issue #841:
URL: https://github.com/apache/arrow-adbc/issues/841#issuecomment-1604334816

   Hm...I think I figured out 'account' but I can't seem to make it work. 
Perhaps Go doesn't know how to launch a browser?
   
   ``` r
   library(adbcdrivermanager)
   
   db <- adbc_database_init(
     adbcsnowflake::adbcsnowflake(),
     adbc.snowflake.sql.account = "wv15596.ca-central-1.aws",
     adbc.snowflake.sql.auth_type = "auth_ext_browser"
   )
   
   adbc_connection_init(db)
   #> Error in force(code): [Snowflake] 260001: user is empty
   ```
   
   <sup>Created on 2023-06-23 with [reprex 
v2.0.2](https://reprex.tidyverse.org)</sup>


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