From 41a19e7f30be9f1f9530f2e5b7fe90a741bd074c Mon Sep 17 00:00:00 2001 From: Mark Keller Date: Wed, 30 Oct 2024 10:47:16 -0700 Subject: [PATCH] SNOW-1760502 Update README.md (#2088) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ea94f5db5..5b76a5806 100644 --- a/README.md +++ b/README.md @@ -81,3 +81,8 @@ conn = snowflake.connector.connect( ) conn.telemetry_enabled = False ``` + + +## NOTE + +This library currently does not support GCP regional endpoints. Please ensure that any workloads using through this library do not require support for regional endpoints on GCP. If you have questions about this, please contact [Snowflake Support](https://community.snowflake.com/s/article/How-To-Submit-a-Support-Case-in-Snowflake-Lodge).