From 9a18c3f1c2ba3e4271c7dfc7d8d4c6d080cfd906 Mon Sep 17 00:00:00 2001 From: eric Date: Thu, 16 Jul 2026 13:44:56 -0500 Subject: [PATCH] update etlMapping, guppy configIndex, and guppy indices --- .../qa-vpodc-helm/values/values.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml b/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml index 3594240..fc68701 100644 --- a/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml +++ b/devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml @@ -121,7 +121,7 @@ dashboard: etl: esEndpoint: elasticsearch mappings: - - name: etl_mickey_case + - name: qa_vpodc_case doc_type: case type: aggregator root: case @@ -149,7 +149,7 @@ etl: props: - name: Gene - name: Mutation - - name: etl_mickey_file + - name: qa_vpodc_file doc_type: file type: collector root: None @@ -208,16 +208,16 @@ guppy: authFilterField: auth_resource_path enabled: true esEndpoint: http://elasticsearch:9200 - configIndex: etl_mickey-array-config + configIndex: qa_vpodc-array-config image: repository: 707767160287.dkr.ecr.us-east-1.amazonaws.com/gen3/guppy tag: "2026.06" indices: - - index: etl_mickey - type: patients - - index: etl_mickey_case + # - index: etl_mickey + # type: patients + - index: qa_vpodc_case type: case - - index: etl_mickey_file + - index: qa_vpodc_file type: file - index: omop_etl_index_cohortb_20251119 type: cohort_b_patients