Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 290 Bytes

airflow.md

File metadata and controls

26 lines (21 loc) · 290 Bytes

Airflow

Run the web server:

airflow webserver -p 8080

Run the scheduler:

airflow scheduler

Test a task from a DAG:

airflow test DAG TASK 2017-03-18T18:00:00.0

List DAGs:

airflow list_dags

Run a DAG:

airflow trigger_dag DAG