File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : " 3"
2+
3+ vars :
4+ APP_DIR : " {{.TASKFILE_DIR}}"
5+
6+ tasks :
7+ run:obs :
8+ desc : Run the obs pipeline locally via Prefect
9+ cmds :
10+ - source <(celine-utils pipeline run envs) && celine-utils pipeline run prefect -f pipeline_obs
11+
12+ run:heat :
13+ desc : Run the heat pipeline locally via Prefect
14+ cmds :
15+ - source <(celine-utils pipeline run envs) && celine-utils pipeline run prefect -f pipeline_heat
16+
17+ run:wind :
18+ desc : Run the wind pipeline locally via Prefect
19+ cmds :
20+ - source <(celine-utils pipeline run envs) && celine-utils pipeline run prefect -f pipeline_wind
21+
22+ run:main :
23+ desc : Run the main om pipeline locally via Prefect
24+ cmds :
25+ - source <(celine-utils pipeline run envs) && celine-utils pipeline run prefect -f pipeline
26+
27+ run:all :
28+ desc : Run all om pipelines locally
29+ cmds :
30+ - task : run:obs
31+ - task : run:heat
32+ - task : run:wind
33+ - task : run:main
You can’t perform that action at this time.
0 commit comments