Skip to content

Invalid username or password when connecting to Snowflake #1644

Open
@jaceksan

Description

@jaceksan

What would you like help with?

Following your DOC, trying to connect to Snowflake:

uri = snowflake://<user>:<pwd>@<account>/<db_name>?warehouse=<warehouse_name>
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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions