Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions devplanetv2/dev-environments/qa-vpodc-helm/values/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ dashboard:
etl:
esEndpoint: elasticsearch
mappings:
- name: etl_mickey_case
- name: qa_vpodc_case
doc_type: case
type: aggregator
root: case
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -213,11 +213,11 @@ guppy:
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
Expand Down
Loading