Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 649 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 649 Bytes

DLS DAGs

DOI

This repository contains all DAGs that are (or can be) used in the DLS.

To develop your own DAG, please see the airflow documentation and/ or look at the example DAGs in this repository.

The DLS deployments for the eflows4HPC project pull updates from this repository in regular intervals (WIP at the moment), which means newly created or modified DAGs are deployed automatically (although with some delay).

Developement

Run tests with

python -m unittest discover tests