From d4163d94ce50d91b649fb50fe33d58e772bf0c54 Mon Sep 17 00:00:00 2001 From: davidhcoe <13318837+davidhcoe@users.noreply.github.com> Date: Tue, 1 Oct 2024 21:54:59 -0400 Subject: [PATCH] feat(go/adbc/driver/snowflake): add support for a client config file (#2197) Adds a new option to set a client config file to set https://github.com/snowflakedb/gosnowflake/blob/a26ac8a1b9a0dda854ac5db9c2c145f79d5ac4c0/doc.go#L130 as a driver option. --------- Co-authored-by: David Coe --- docs/source/driver/snowflake.rst | 4 ++++ 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, 24 insertions(+) diff --git a/docs/source/driver/snowflake.rst b/docs/source/driver/snowflake.rst index cd33b36461..260254ee99 100644 --- a/docs/source/driver/snowflake.rst +++ b/docs/source/driver/snowflake.rst @@ -446,6 +446,10 @@ These options map 1:1 with the Snowflake `Config object