You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"markdownDescription": "GCP project ID to use for BigQuery queries. When not provided, the project ID will be inferred from your enviroment typically same as `gcloud config list project`",
308
+
"markdownDescription": "GCP project ID to use for BigQuery queries. When not provided, the project ID will be resolved in the following order: 1) workflow_settings.yaml (defaultProject), 2) Environment variables (GOOGLE_CLOUD_PROJECT, etc.), 3) gcloud config, 4) This setting",
309
+
"pattern": "^[a-z0-9-]+$"
310
+
},
311
+
"vscode-dataform-tools.gcpRegion": {
312
+
"type": "string",
313
+
"default": null,
314
+
"markdownDescription": "GCP region/location to use for BigQuery queries (e.g., 'us-central1', 'europe-west2'). When not provided, the region will be resolved in the following order: 1) workflow_settings.yaml (defaultLocation), 2) Environment variables (GOOGLE_CLOUD_REGION, etc.), 3) gcloud config, 4) This setting. See https://cloud.google.com/bigquery/docs/locations for supported values.",
0 commit comments