This is an automated email from the ASF dual-hosted git repository.

lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 56d1951e8 docs: describe Snowflake URI creation (#3062)
56d1951e8 is described below

commit 56d1951e824303dadf32ea56cdb27d7ade08e1d9
Author: Jan-Hendrik Zab <[email protected]>
AuthorDate: Mon Jun 30 01:22:53 2025 +0200

    docs: describe Snowflake URI creation (#3062)
    
    Closes #2832.
---
 docs/source/driver/snowflake.rst | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/docs/source/driver/snowflake.rst b/docs/source/driver/snowflake.rst
index ba7c119e8..daeb960a3 100644
--- a/docs/source/driver/snowflake.rst
+++ b/docs/source/driver/snowflake.rst
@@ -146,6 +146,14 @@ The Snowflake URI should be of one of the following 
formats:
 - 
``user[:password]@host:port/database/schema?account=user_account[&param1=value1&paramN=valueN]``
 - 
``host:port/database/schema?account=user_account[&param1=value1&paramN=valueN]``
 
+Refer to the official
+`Snowflake documentation 
<https://docs.snowflake.com/en/user-guide/gen-conn-config>`_
+to obtain a valid connection URI or to the
+`Snowflake Go driver documentation 
<https://pkg.go.dev/github.com/snowflakedb/gosnowflake#hdr-Connection_String>`_
+to build a URI manually.
+Notice that from the Snowflake context, arrow-adbc is considered the Snowflake 
Go driver since
+that implementation is used under the hood.
+
 Alternately, instead of providing a full URI, the configuration can
 be entirely supplied using the other available options or some combination
 of the URI and other options. If a URI is provided, it will be parsed first

Reply via email to