-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.yaml
More file actions
36 lines (32 loc) · 1.02 KB
/
project.yaml
File metadata and controls
36 lines (32 loc) · 1.02 KB
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
version: '3.0'
# Ignore this`expectation` block. It is required but not used, and will be removed in future versions.
expectations:
population_size: 1000
actions:
generate_hyp_reg_dataset:
run: >
ehrql:v1
generate-dataset analysis/hyp_reg_dataset.py
--test-data-file analysis/test_hyp_reg_dataset.py
--output output/hyp/hyp001.csv.gz
outputs:
highly_sensitive:
cohort: output/hyp/hyp001.csv.gz
generate_dm_reg_dataset:
run: >
ehrql:v1
generate-dataset analysis/dm_reg_dataset.py
--test-data-file analysis/test_dm_reg_dataset.py
--output output/dm/dm017.csv.gz
outputs:
highly_sensitive:
cohort: output/dm/dm017.csv.gz
generate_dep_reg_dataset:
run:
ehrql:v1
generate-dataset analysis/dep_reg_dataset.py
--test-data-file analysis/test_dep_reg_dataset.py
--output output/dep/dep_reg_dataset.csv.gz
outputs:
highly_sensitive:
dataset: output/dep/dep_reg_dataset.csv.gz