Skip to content

Commit 5911c78

Browse files
shobsiGenesis929
authored andcommitted
feat: support BQ regional endpoints for europe-west9, europe-west3, us-east4, and us-west1 (#504)
1 parent 49c1718 commit 5911c78

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

bigframes/session/clients.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,13 @@
3838
_SCOPES = ["https://www.googleapis.com/auth/cloud-platform"]
3939

4040
# Regions for which Regional Endpoints (REPs) are supported
41-
_REP_SUPPORTED_REGIONS = {"me-central2"}
41+
_REP_SUPPORTED_REGIONS = {
42+
"me-central2",
43+
"europe-west9",
44+
"europe-west3",
45+
"us-east4",
46+
"us-west1",
47+
}
4248

4349

4450
# BigQuery is a REST API, which requires the protocol as part of the URL.

0 commit comments

Comments
 (0)