ianmcook commented on code in PR #3366: URL: https://github.com/apache/arrow-adbc/pull/3366#discussion_r2308435515
########## docs/source/driver/snowflake.rst: ########## @@ -351,6 +351,7 @@ These options map 1:1 with the Snowflake `Config object <https://pkg.go.dev/gith - ``auth_okta``: Use a native Okta URL to perform SSO authentication using Okta - ``auth_jwt``: Use a provided JWT to perform authentication. - ``auth_mfa``: Use a username and password with MFA. + - ``auth_pat``: Use a programmatic access token for authentication. Review Comment: Just below here, can you update the docs entry for `adbc.snowflake.sql.client_option.auth_token` to say: ``` If using an OAuth token, PAT, or other form of token for authentication, this option is how you can explicitly specify the token to be used for connection. ``` -- 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]
