liamnz commented on issue #841:
URL: https://github.com/apache/arrow-adbc/issues/841#issuecomment-1701839562
It also seems that the client option `adbc.snowflake.sql.role` may be
interpreted as both the username and role, because I get this error when trying
to add that to the adbc_database_init() function:
```
time="2023-09-01T09:56:36+12:00" level=error msg="Authentication FAILED"
func="gosnowflake.(*defaultLogger).Errorln" file="log.go:242"
Error in force(code) :
[Snowflake] 390100 (08004): Incorrect username or password was specified.
```
This might be fine in some deployments, but in ours a user can have multiple
roles by different names so it fails to connect.
--
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]