This is an automated email from the ASF dual-hosted git repository.
brycemecum 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 c48f6fb7e docs: fix invalid link in snowflake docs (#3246)
c48f6fb7e is described below
commit c48f6fb7e206f3fd1c9d863a997726d428788d6c
Author: Bryce Mecum <[email protected]>
AuthorDate: Thu Aug 7 18:27:17 2025 -0700
docs: fix invalid link in snowflake docs (#3246)
---
docs/source/driver/snowflake.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/driver/snowflake.rst b/docs/source/driver/snowflake.rst
index beb94ba4b..9fd428025 100644
--- a/docs/source/driver/snowflake.rst
+++ b/docs/source/driver/snowflake.rst
@@ -312,7 +312,7 @@ Client Options
--------------
The options used for creating a Snowflake Database connection can be
customized.
-These options map 1:1 with the Snowflake `Config object
<https://pkg.go.dev/github.com/snowflakedb/gosnowflake#Config>`.
+These options map 1:1 with the Snowflake `Config object
<https://pkg.go.dev/github.com/snowflakedb/gosnowflake#Config>`_.
``adbc.snowflake.sql.db``
The database this session should default to using.