@@ -48,28 +48,38 @@ export class BigQueryConfigCtrl {
4848 { key : 'gce' , value : 'GCE Default Service Account' } ,
4949 ] ;
5050 this . locations = [
51+ // Multi-regional locations
5152 { text : 'United States (US)' , value : 'US' } ,
5253 { text : 'European Union (EU)' , value : 'EU' } ,
54+ { text : 'Oregon (us-west1)' , value : 'us-west1' } ,
5355 { text : 'Los Angeles (us-west2)' , value : 'us-west2' } ,
56+ { text : 'Salt Lake City (us-west3)' , value : 'us-west3' } ,
57+ { text : 'Las Vegas (us-west4)' , value : 'us-west4' } ,
58+ { text : 'Iowa (us-central1)' , value : 'us-central1' } ,
59+ { text : 'South Carolina (us-east1)' , value : 'us-east1' } ,
60+ { text : 'Northern Virginia (us-east4)' , value : 'us-east4' } ,
5461 {
5562 text : 'Montréal (northamerica-northeast1)' ,
5663 value : 'northamerica-northeast1' ,
5764 } ,
58- { text : 'South Carolina (us-east1)' , value : 'us-east1' } ,
59- { text : 'Northern Virginia (us-east4)' , value : 'us-east4' } ,
6065 { text : 'São Paulo (southamerica-east1)' , value : 'southamerica-east1' } ,
66+ // Europe
67+ { text : 'Belgium (europe-west1)' , value : 'europe-west1' } ,
6168 { text : 'Finland (europe-north1)' , value : 'europe-north1' } ,
62- { text : 'London (europe-west2)' , value : 'europe-west2' } ,
6369 { text : 'Frankfurt (europe-west3)' , value : 'europe-west3' } ,
70+ { text : 'London (europe-west2)' , value : 'europe-west2' } ,
71+ { text : 'Netherlands (europe-west4)' , value : 'europe-west4' } ,
6472 { text : 'Zürich (europe-west6)' , value : 'europe-west6' } ,
73+ // Asia Pacific
6574 { text : 'Hong Kong (asia-east2)' , value : 'asia-east2' } ,
75+ { text : 'Jakarta (asia-southeast2)' , value : 'asia-southeast2' } ,
6676 { text : 'Mumbai (asia-south1)' , value : 'asia-south1' } ,
6777 { text : 'Osaka (asia-northeast2)' , value : 'asia-northeast2' } ,
68- { text : 'Taiwan (asia-east1)' , value : 'asia-east1' } ,
69- { text : 'Tokyo (asia-northeast1)' , value : 'asia-northeast1' } ,
78+ { text : 'Seoul (asia-northeast3)' , value : 'asia-northeast3' } ,
7079 { text : 'Singapore (asia-southeast1)' , value : 'asia-southeast1' } ,
7180 { text : 'Sydney (australia-southeast1)' , value : 'australia-southeast1' } ,
72- { text : 'Seoul (asia-northeast3)' , value : 'asia-northeast3' } ,
81+ { text : 'Taiwan (asia-east1)' , value : 'asia-east1' } ,
82+ { text : 'Tokyo (asia-northeast1)' , value : 'asia-northeast1' } ,
7383 ] ;
7484 this . queryPriority = [
7585 { text : 'INTERACTIVE' , value : 'INTERACTIVE' } ,
0 commit comments