From 688e1558a7295d41eeaf0347cb4b60b31091973e Mon Sep 17 00:00:00 2001 From: Mark Scannell Date: Fri, 2 Feb 2024 10:47:36 +0000 Subject: [PATCH] UPdated --- common_components/devtools/cloudshell_profile.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) mode change 100755 => 100644 common_components/devtools/cloudshell_profile.yml diff --git a/common_components/devtools/cloudshell_profile.yml b/common_components/devtools/cloudshell_profile.yml old mode 100755 new mode 100644 index 354efff..3165e7e --- a/common_components/devtools/cloudshell_profile.yml +++ b/common_components/devtools/cloudshell_profile.yml @@ -30,9 +30,9 @@ regrep_profile: prod: type: bigquery method: oauth - project: "${GOOGLE_CLOUD_PROJECT}" + project: "{{ env_var('GOOGLE_CLOUD_PROJECT') }}" location: "BigQuery Location" - dataset: "${USER}_regrep" + dataset: "{{ env_var('USER') }}_regrep" threads: 10 timeout_seconds: 300 priority: interactive @@ -42,7 +42,7 @@ regrep_profile: dataproc_region: "Region" # Staging bucket for dataproc jobs - gcs_bucket: "${GOOGLE_CLOUD_PROJECT}-ingest-bucket" + gcs_bucket: "{{ env_var('GOOGLE_CLOUD_PROJECT') }}-ingest-bucket" # Use this if you have a persistent dataproc cluster # dataproc_cluster_name: