Skip to content

Commit

Permalink
updated queryProjectId with vpc-perimeter-project ids for test-Regist…
Browse files Browse the repository at this point in the history
…ered and test-Controlled tiers.
  • Loading branch information
chenchals committed Jul 24, 2023
1 parent 4b6d783 commit 1c3b35e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name" : "index_dataset",
"projectId" : "all-of-us-ehr-dev",
"datasetId" : "SC2022Q4R6",
"queryProjectId": "fc-aou-cdr-synth-test-2",
"queryProjectId" : "fc-aou-cdr-synth-test-2",
"dataflowServiceAccountEmail" : "tanagra-indexing-runner@all-of-us-ehr-dev.iam.gserviceaccount.com",
"dataflowTempLocation" : "gs://all-of-us-ehr-dev-tanagra-indexing/SC2022Q4R6/tanagra_index_temp",
"dataflowRegion" : "us-central1",
Expand All @@ -16,7 +16,7 @@
"name" : "omop_dataset",
"projectId" : "all-of-us-ehr-dev",
"datasetId" : "SC2022Q4R6",
"queryProjectId": "fc-aou-cdr-synth-test-2",
"queryProjectId" : "fc-aou-cdr-synth-test-2",
"dataflowRegion" : "us-central1",
"dataflowWorkerMachineType" : "n1-standard-4",
"dataflowUsePublicIps" : true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"name" : "index_dataset",
"projectId" : "all-of-us-ehr-dev",
"datasetId" : "SR2022Q4R6",
"queryProjectId": "fc-aou-cdr-synth-test",
"queryProjectId" : "fc-aou-cdr-synth-test",
"dataflowServiceAccountEmail" : "tanagra-indexing-runner@all-of-us-ehr-dev.iam.gserviceaccount.com",
"dataflowTempLocation" : "gs://all-of-us-ehr-dev-tanagra-indexing/SR2022Q4R6/tanagra_index_temp",
"dataflowRegion" : "us-central1",
Expand All @@ -16,7 +16,7 @@
"name" : "omop_dataset",
"projectId" : "all-of-us-ehr-dev",
"datasetId" : "SR2022Q4R6",
"queryProjectId": "fc-aou-cdr-synth-test",
"queryProjectId" : "fc-aou-cdr-synth-test",
"dataflowRegion" : "us-central1",
"dataflowWorkerMachineType" : "n1-standard-4",
"dataflowUsePublicIps" : true
Expand Down

0 comments on commit 1c3b35e

Please sign in to comment.