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

   It should almost certainly have a better interface but today this would look 
like:
   
   ``` r
   library(adbcdrivermanager)
   
   db <- adbc_database_init(
     adbcsnowflake::adbcsnowflake(),
     adbc.snowflake.sql.account = "account_name",
     adbc.snowflake.sql.auth_type = "auth_oauth"
   )
   
   adbc_connection_init(db)
   #> Error in force(code): [Snowflake] 260008 (08004): failed to connect to 
db. verify account name is correct. HTTP: 403, URL: 
https://account_name.snowflakecomputing.com:443/session/v1/login-request?requestId=35862061-3adf-45d3-7e1f-269590d104fb&request_guid=56942559-5d4b-45e5-4414-ffb48d1ea152
   ```
   
   <sup>Created on 2023-06-23 with [reprex 
v2.0.2](https://reprex.tidyverse.org)</sup>
   
   I have no idea what my "account" is because I'm terrible at Snowflake. This 
is probably supposed to launch a browser?


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