zeroshade commented on code in PR #3366: URL: https://github.com/apache/arrow-adbc/pull/3366#discussion_r2308635877
########## 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: so, turns out that for `PAT` you can also just pass the `PAT` as your password, so i'm not sure how accurate it is to make that change... -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org