Invalid username or password when connecting to Snowflake
Open
Type: question
- Dominant language
- C#
- Stars
- 627
- Forks
- 217
- Avg merge
- 17h
- Merged PRs (30d)
- 57
Description
### What would you like help with?
Following your DOC, trying to connect to Snowflake:
```
uri = snowflake://:@/?warehouse=
with adbc_driver_snowflake.dbapi.connect(uri) as connection:
...
```
It returns the error `invalid username or password`.
When I use the same properties (user/pwd/account/warehouse/db) in DB IDE (DBeaver, Datagrip), it works.
Is it possible that the above URI is not parsed as I expected and the wrong password value is sent to the server?
I tried other documented variants of the URI format, but I still got the same error.
Any advice, please?
Contributor guide
Assessment
This issue has not been assessed yet.