-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathchangehc-params-prod.json.j2
72 lines (72 loc) · 1.92 KB
/
changehc-params-prod.json.j2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"common": {
"export_dir": "/common/covidcast/receiving/chng",
"log_filename": "/var/log/indicators/changehc.log"
},
"indicator": {
"input_cache_dir": "./cache",
"input_files": {
"denom": null,
"covid": null,
"flu": null,
"mixed": null,
"flu_like": null,
"covid_like": null
},
"start_date": null,
"end_date": null,
"drop_date": null,
"generate_backfill_files": true,
"backfill_dir": "/common/backfill/chng",
"backfill_merge_day": 0,
"n_backfill_days": 60,
"n_waiting_days": 3,
"se": false,
"parallel": false,
"geos": ["state", "msa", "hrr", "county", "hhs", "nation"],
"weekday": [true, false],
"types": ["covid","cli","flu"],
"wip_signal": "",
"ftp_conn": {
"host": "{{ changehc_sftp_host }}",
"user": "{{ changehc_sftp_user }}",
"pass": "{{ changehc_sftp_password }}",
"port": "{{ changehc_sftp_port }}"
}
},
"validation": {
"common": {
"data_source": "chng",
"api_credentials": "{{ validation_api_key }}",
"span_length": 14,
"min_expected_lag": {"all": "4"},
"max_expected_lag": {"all": "6"},
"dry_run": true,
"suppressed_errors": [
]
},
"static": {
"minimum_sample_size": 0,
"missing_se_allowed": true,
"missing_sample_size_allowed": true
},
"dynamic": {
"ref_window_size": 7,
"smoothed_signals": [
"smoothed_adj_outpatient_cli",
"smoothed_adj_outpatient_covid",
"smoothed_outpatient_cli",
"smoothed_outpatient_covid"
]
}
},
"archive": {
"aws_credentials": {
"aws_access_key_id": "{{ archive_differ_bucket_user_access_key_id }}",
"aws_secret_access_key": "{{ archive_differ_bucket_user_secret_access_key }}"
},
"bucket_name": "{{ archive_differ_bucket_name }}",
"cache_dir": "./cache",
"indicator_prefix": "delphi_changehc"
}
}