lidavidm commented on issue #890: URL: https://github.com/apache/arrow-adbc/issues/890#issuecomment-2164059928
Does https://arrow.apache.org/adbc/current/driver/snowflake.html#sso-authentication help? ``` import adbc_driver_snowflake.dbapi # This will open a new browser tab, and block until you log in. adbc_driver_snowflake.dbapi.connect(db_kwargs={ "adbc.snowflake.sql.account": "foobar", "adbc.snowflake.sql.auth_type": "auth_ext_browser", "username": "[email protected]", }) ``` All options: https://arrow.apache.org/adbc/current/driver/snowflake.html#client-options -- 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]
