This commit is contained in:
Maxime 2015-01-08 19:26:49 +00:00
Родитель c41c0b6f06
Коммит 1250b180de
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -8,6 +8,12 @@ TODO
#### Write unittests
* For each existing operator
#### Command line
* `airflow test dag_id task_id YYYY-MM-DD` (outputs log to stdout, doesnt care about dependencies, states)
* `airflow list_dags`
* `airflow list_tasks dag_idj`
* `airflow task_state dag_id task_id YYYY-MM-DD`
#### More Operators!
* HIVE
* BaseDataTransferOperator