jhzab opened a new issue, #2832:
URL: https://github.com/apache/arrow-adbc/issues/2832

   ### 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](https://github.com/apache/arrow-adbc/blob/apache-arrow-adbc-18/docs/source/driver/snowflake.rst)
 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](https://pkg.go.dev/github.com/snowflakedb/gosnowflake#Config) 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 have a fair bit.
   
   I could create a small diff to make this clearer under URI Format?
   


-- 
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: issues-unsubscr...@arrow.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to