Skip to content

Commit

Permalink
adds nested metric struct
Browse files Browse the repository at this point in the history
  • Loading branch information
xenatisch committed Sep 4, 2022
1 parent 77d129c commit c52d046
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/utils/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,9 @@ class MetricData:
"newReinfectionsBySpecimenDateAgeDemographics": [
"age", "cases", "rollingSum", "rollingRate"
],
'variants': [
"variant", "cumWeeklySequenced", "newWeeklyPercentage",
],
"vaccinationsAgeDemographics": [
"age",
"VaccineRegisterPopulationByVaccinationDate",
Expand Down

0 comments on commit c52d046

Please sign in to comment.