diff --git a/ansible/templates/quidel_covidtest-params-prod.json.j2 b/ansible/templates/quidel_covidtest-params-prod.json.j2 index 8d56d4166..6047b0469 100644 --- a/ansible/templates/quidel_covidtest-params-prod.json.j2 +++ b/ansible/templates/quidel_covidtest-params-prod.json.j2 @@ -26,7 +26,17 @@ "min_expected_lag": {"all": "5"}, "max_expected_lag": {"all": "5"}, "dry_run": true, - "suppressed_errors": [] + "suppressed_errors": [ + {"check_name": "check_rapid_change_num_rows", + "signal": "covid_ag_raw_pct_positive", + "geo_type": "hrr"}, + {"check_name": "check_rapid_change_num_rows", + "signal": "covid_ag_raw_pct_positive", + "geo_type": "msa"}, + {"check_name": "check_rapid_change_num_rows", + "signal": "covid_ag_raw_pct_positive", + "geo_type": "county"} + ] }, "static": { "minimum_sample_size": 50 diff --git a/quidel_covidtest/params.json.template b/quidel_covidtest/params.json.template index 60174b232..49649c9ff 100644 --- a/quidel_covidtest/params.json.template +++ b/quidel_covidtest/params.json.template @@ -27,7 +27,17 @@ "min_expected_lag": {"all": "5"}, "max_expected_lag": {"all": "5"}, "dry_run": true, - "suppressed_errors": [] + "suppressed_errors": [ + {"check_name": "check_rapid_change_num_rows", + "signal": "covid_ag_raw_pct_positive", + "geo_type": "hrr"}, + {"check_name": "check_rapid_change_num_rows", + "signal": "covid_ag_raw_pct_positive", + "geo_type": "msa"}, + {"check_name": "check_rapid_change_num_rows", + "signal": "covid_ag_raw_pct_positive", + "geo_type": "county"} + ] }, "static": { "minimum_sample_size": 50