Skip to content

Commit

Permalink
UPdated
Browse files Browse the repository at this point in the history
  • Loading branch information
mescanne committed Feb 2, 2024
1 parent 27517a7 commit 688e155
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions common_components/devtools/cloudshell_profile.yml
100755 → 100644
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: <cluster-id>

0 comments on commit 688e155

Please sign in to comment.