From d7c04a4a4c151925d0620265c66ffc0cfd028995 Mon Sep 17 00:00:00 2001 From: Dominik Przybysz <132913826+sfc-gh-dprzybysz@users.noreply.github.com> Date: Wed, 30 Oct 2024 09:54:48 +0100 Subject: [PATCH] SNOW-1756807: Add note about GCP regional endpoints (#1234) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a252e255d..719a2fdf8 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,10 @@ go get -u github.com/snowflakedb/gosnowflake For detailed documentation and basic usage examples, please see the documentation at [godoc.org](https://godoc.org/github.com/snowflakedb/gosnowflake/). +## Note + +This driver currently does not support GCP regional endpoints. Please ensure that any workloads using through this driver do not require support for regional endpoints on GCP. If you have questions about this, please contact Snowflake Support. + # Sample Programs Snowflake provides a set of sample programs to test with. Set the environment variable ``$GOPATH`` to the top directory of your workspace, e.g., ``~/go`` and make certain to