-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
/
Copy pathconfig_old.yaml
48 lines (48 loc) · 1.21 KB
/
config_old.yaml
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
global:
project_dir: !ENV ${OWID_COVID_PROJECT_DIR}
credentials: !ENV ${OWID_COVID_VAX_CREDENTIALS_FILE}
pipeline:
get-data:
parallel: True
countries:
njobs: -2
skip_countries:
- Andorra
- Gabon
- Morocco # Government data doesn't differentiate 1- and 2-dose vaccines so we use WHO instead
- North Macedonia
- South Africa
- africacdc
# - Faeroe Islands
process-data:
skip_complete:
- Pitcairn
skip_monotonic_check:
skip_anomaly_check:
Australia:
- date: 2021-05-23
metrics: people_vaccinated
Bahrain:
- date: 2021-03-06
metrics: total_vaccinations
Bolivia:
- date: 2021-03-06
metrics: people_vaccinated
Brazil:
- date: 2021-01-21
metrics:
- total_vaccinations
- people_vaccinated
Bulgaria:
- date: 2021-12-14
metrics: total_boosters
Luxembourg:
- date: 2021-11-29
metrics: people_fully_vaccinated
Nigeria:
- date: 2021-06-15
metrics: people_fully_vaccinated
United States:
- date: 2020-12-16
metrics: people_vaccinated
generate-dataset: