Skip to content

Commit ca1d5a4

Browse files
authored
Merge pull request #1805 from M5Skid/google-symptoms-suppress
Google-Symptoms suppress s05 low export errors
2 parents 3943bd4 + bc6fdb0 commit ca1d5a4

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

ansible/templates/google_symptoms-params-prod.json.j2

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,19 @@
3232
{"signal": "anosmia_raw_search"},
3333
{"signal": "anosmia_smoothed_search"},
3434
{"signal": "sum_anosmia_ageusia_raw_search"},
35-
{"signal": "sum_anosmia_ageusia_smoothed_search"}
35+
{"signal": "sum_anosmia_ageusia_smoothed_search"},
36+
{"signal": "s05_raw_search",
37+
"geo_type": "msa"},
38+
{"signal": "s05_smoothed_search",
39+
"geo_type": "msa"},
40+
{"signal": "s05_raw_search",
41+
"geo_type": "hrr"},
42+
{"signal": "s05_smoothed_search",
43+
"geo_type": "hrr"},
44+
{"signal": "s05_raw_search",
45+
"geo_type": "county"},
46+
{"signal": "s05_smoothed_search",
47+
"geo_type": "county"}
3648
]
3749
},
3850
"static": {

google_symptoms/params.json.template

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,19 @@
2222
{"signal": "anosmia_raw_search"},
2323
{"signal": "anosmia_smoothed_search"},
2424
{"signal": "sum_anosmia_ageusia_raw_search"},
25-
{"signal": "sum_anosmia_ageusia_smoothed_search"}
25+
{"signal": "sum_anosmia_ageusia_smoothed_search"},
26+
{"signal": "s05_raw_search",
27+
"geo_type": "msa"},
28+
{"signal": "s05_smoothed_search",
29+
"geo_type": "msa"},
30+
{"signal": "s05_raw_search",
31+
"geo_type": "hrr"},
32+
{"signal": "s05_smoothed_search",
33+
"geo_type": "hrr"},
34+
{"signal": "s05_raw_search",
35+
"geo_type": "county"},
36+
{"signal": "s05_smoothed_search",
37+
"geo_type": "county"}
2638
]
2739
},
2840
"static": {

0 commit comments

Comments
 (0)