davlee1972 commented on issue #1422:
URL: https://github.com/apache/arrow-adbc/issues/1422#issuecomment-1882009194
After upgrading to adbc 0.9.0, I'm seeing a different error.
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "\Anaconda3\lib\site-packages\adbc_driver_snowflake\dbapi.py", line
120, in connect
conn = adbc_driver_manager.AdbcConnection(db, **(conn_kwargs or {}))
File "adbc_driver_manager\\_lib.pyx", line 676, in
adbc_driver_manager._lib.AdbcConnection.__init__
File "adbc_driver_manager\\_lib.pyx", line 232, in
adbc_driver_manager._lib.check_error
adbc_driver_manager.OperationalError: IO: 394300 (08004): !394300!
https://docs.snowflake.com/en/user-guide/key-pair-auth-troubleshooting#label-key-pair-troubleshooting-common-errors
394300 | JWT_TOKEN_INVALID_USER_IN_ISSUER | The user name specified in the
issuer does not exist in the Snowflake account. For possible solutions, seeĀ
Common Errors and Solutions.
This is even more odd. It looks like JWT is working now, but the ADBC
"username" is not a valid snowflake "LOGIN_NAME".
Will try to trace this..
--
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]