From 0dad82a4b0aba09b1786d3af70ac77094a12a588 Mon Sep 17 00:00:00 2001 From: David Coe Date: Fri, 27 Sep 2024 12:27:49 -0400 Subject: [PATCH 1/2] add support for a client config file --- docs/source/driver/snowflake.rst | 3 +++ go/adbc/driver/snowflake/driver.go | 2 ++ go/adbc/driver/snowflake/driver_test.go | 14 ++++++++++++++ go/adbc/driver/snowflake/snowflake_database.go | 4 ++++ 4 files changed, 23 insertions(+) diff --git a/docs/source/driver/snowflake.rst b/docs/source/driver/snowflake.rst index cd33b36461..24b3b37f87 100644 --- a/docs/source/driver/snowflake.rst +++ b/docs/source/driver/snowflake.rst @@ -446,6 +446,9 @@ These options map 1:1 with the Snowflake `Config object Date: Tue, 1 Oct 2024 00:28:14 -0400 Subject: [PATCH 2/2] fix docs link --- docs/source/driver/snowflake.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/driver/snowflake.rst b/docs/source/driver/snowflake.rst index 24b3b37f87..260254ee99 100644 --- a/docs/source/driver/snowflake.rst +++ b/docs/source/driver/snowflake.rst @@ -447,7 +447,8 @@ These options map 1:1 with the Snowflake `Config object