Skip to content

Commit 11343d2

Browse files
authored
fix: Updating dataproc quickstart test region to a 100% carbon neutral cell, to reduce stress on us-central1 default subnet and prevent failures (GoogleCloudPlatform#9892)
1 parent b28b100 commit 11343d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataproc/snippets/quickstart/quickstart_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626

2727
PROJECT_ID = os.environ["GOOGLE_CLOUD_PROJECT"]
28-
REGION = "us-central1"
28+
REGION = "northamerica-northeast1"
2929

3030
JOB_FILE_NAME = "sum.py"
3131
SORT_CODE = (

0 commit comments

Comments
 (0)