apache / apache/arrow-adbc

Invalid username or password when connecting to Snowflake

Open
#1,644 3 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.