From 1537635f5c7cdd0c9ebb2d04b8fc0b8616b1bee0 Mon Sep 17 00:00:00 2001 From: jialuo Date: Tue, 29 Oct 2024 18:38:23 +0000 Subject: [PATCH 1/2] fix: update the API documentaton with newly added rep --- bigframes/_config/bigquery_options.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bigframes/_config/bigquery_options.py b/bigframes/_config/bigquery_options.py index 2fdd7d6feb..f2b88fdb25 100644 --- a/bigframes/_config/bigquery_options.py +++ b/bigframes/_config/bigquery_options.py @@ -236,7 +236,9 @@ def use_regional_endpoints(self) -> bool: .. note:: Use of regional endpoints is a feature in Preview and available only in regions "europe-west3", "europe-west9", "europe-west8", - "me-central2", "us-east4" and "us-west1". + "me-central2", "us-central1", "us-central2", "us-east1", "us-east4", + "us-east5", "us-east7", "us-south1", "us-west1", "us-west2", "us-west3" + and "us-west4". .. deprecated:: 0.13.0 Use of locational endpoints is available only in selected projects. From fdca6024450530acea6c22dd81179848dfd9abe0 Mon Sep 17 00:00:00 2001 From: jialuo Date: Tue, 29 Oct 2024 23:03:30 +0000 Subject: [PATCH 2/2] fix the order --- bigframes/_config/bigquery_options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bigframes/_config/bigquery_options.py b/bigframes/_config/bigquery_options.py index f2b88fdb25..90f03c83cd 100644 --- a/bigframes/_config/bigquery_options.py +++ b/bigframes/_config/bigquery_options.py @@ -235,7 +235,7 @@ def use_regional_endpoints(self) -> bool: .. note:: Use of regional endpoints is a feature in Preview and available only - in regions "europe-west3", "europe-west9", "europe-west8", + in regions "europe-west3", "europe-west8", "europe-west9", "me-central2", "us-central1", "us-central2", "us-east1", "us-east4", "us-east5", "us-east7", "us-south1", "us-west1", "us-west2", "us-west3" and "us-west4".