Skip to content

Clearer documentation for Snowflake connection using URIs (from Python) #2832

@jhzab

Description

@jhzab

What feature or improvement would you like to see?

Hey,
I'm writing this as a suggestion to improve upon the documentation.

On the snowflake documentation page it is mentioned how one can use a URI to connect to snowflake. But it isn't clearly mentioned which parameters are actually valid.

Only the parameters for the adbc_driver_snowflake.dbapi.connect are explicitly mentioned, which I haven't tried yet. The gosnowflake documentation is linked, but it's not clear when it is important (the URI parameters apparently).

This distinction is at least important for the authentication type. The URI requires the parameter key authenticator and for instance externalbrowser as value, which are quite different from "adbc.snowflake.sql.auth_type": "auth_ext_browser".

I assume the URI parameters required are all directly parsed by the Snowflake Go driver? A few sentences in that regard would help a fair bit.

I could create a small diff to make this clearer under URI Format?

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions