Skip to content

Commit f41d7c3

Browse files
author
philipbouvrette
committed
Add tables to pragmatiq2 DAG
1 parent ad513af commit f41d7c3

File tree

2 files changed

+58
-52
lines changed

2 files changed

+58
-52
lines changed

archive/yellow/enriched/pragmatiq2_config.json

-52
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"concurrency": 4,
3+
"schedule": null,
4+
"timeout_hours": 4,
5+
"steps": [
6+
{
7+
"destination_zone": "yellow",
8+
"destination_subzone": "enriched",
9+
"main_class": "bio.ferlab.ui.etl.yellow.enriched.pragmatiq2.Main",
10+
"multiple_main_methods": false,
11+
"publish_class": "",
12+
"schemas": [],
13+
"pre_tests": [],
14+
"datasets": [
15+
{"dataset_id":"enriched_pragmatiq2_participant_index" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
16+
{"dataset_id":"enriched_pragmatiq2_hospitalization_follow_up" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
17+
{"dataset_id":"enriched_pragmatiq2_emergency_department_follow_up", "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
18+
{"dataset_id":"enriched_pragmatiq2_external_clinic_follow_up" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []}
19+
],
20+
"optimize": [],
21+
"post_tests": []
22+
},
23+
{
24+
"destination_zone": "green",
25+
"destination_subzone": "released",
26+
"main_class": "bio.ferlab.ui.etl.green.released.Main",
27+
"multiple_main_methods": false,
28+
"publish_class": "",
29+
"schemas": [],
30+
"pre_tests": [],
31+
"datasets": [
32+
{"dataset_id":"released_pragmatiq2_participant_index" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
33+
{"dataset_id":"released_pragmatiq2_hospitalization_follow_up" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
34+
{"dataset_id":"released_pragmatiq2_emergency_department_follow_up", "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
35+
{"dataset_id":"released_pragmatiq2_external_clinic_follow_up" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []}
36+
],
37+
"optimize": [],
38+
"post_tests": []
39+
},
40+
{
41+
"destination_zone": "green",
42+
"destination_subzone": "published",
43+
"main_class": "bio.ferlab.ui.etl.green.published.Main",
44+
"multiple_main_methods": false,
45+
"publish_class": "",
46+
"schemas": [],
47+
"pre_tests": [],
48+
"datasets": [
49+
{"dataset_id":"published_pragmatiq2_participant_index" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
50+
{"dataset_id":"published_pragmatiq2_hospitalization_follow_up" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
51+
{"dataset_id":"published_pragmatiq2_emergency_department_follow_up", "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []},
52+
{"dataset_id":"published_pragmatiq2_external_clinic_follow_up" , "cluster_type": "small", "run_type": "default", "cluster_specs": {}, "dependencies": []}
53+
],
54+
"optimize": [],
55+
"post_tests": []
56+
}
57+
]
58+
}

0 commit comments

Comments
 (0)