Skip to content

Refactored CWL-Airflow

Compare
Choose a tag to compare
@michael-kotliar michael-kotliar released this 14 Jul 21:48
· 200 commits to master since this release
  1. Faster CWL parsing and validation
  2. Simplified syntax for new DAG creation
#!/usr/bin/env python3
from cwl_airflow.extensions.cwldag import CWLDAG
dag = CWLDAG(workflow="my_workflow.cwl", dag_id="my_dag")