zeroshade commented on issue #890: URL: https://github.com/apache/arrow-adbc/issues/890#issuecomment-1629229531
Interestingly this appears to be an issue solely with the documentation. Looking at the code, as far as I can tell "uri" isn't required, you can specify the connection options just like in the python connector. python connector option --> adbc connection option `user` --> `username` `password` --> `password` `account` --> `adbc.snowflake.sql.account` `warehouse` --> `adbc.snowflake.sql.warehouse` `role` --> `adbc.snowflake.sql.role` `authenticator` --> `adbc.snowflake.sql.auth_type` All of these are in the documentation along with the available options for `auth_type` -- 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]
