lerignoux / airflow_test

Test of airflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

airflow test

A repo to test airflow library

Testing:

in the container : Check dag script:

list_dags

Test tasks:

airflow list_tasks test_workflow
airflow test test_workflow {task_id} 2016-00-01

un workflow

airflow backfill test_workflow -s 2016-04-19

you have to change the date if you want to rerun everything, otherwise only failed tasks will be retried

About

Test of airflow


Languages

Language:Python 99.1%Language:Shell 0.9%