Skip to content

Commit b7b1d96

Browse files
committed
Added README for airflow
1 parent 58be7b7 commit b7b1d96

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

Libraries_Tests/airflow/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Notes:
2+
3+
- Change path for DAGs in ~/airflow/airflow.cfg
4+
- Run airflow script using python <whatever-path>/<filename>.py
5+
6+
### Commands to test and validate:
7+
8+
- airflow list_dags
9+
- airflow list_tasks <dag_id>
10+
- airflow list_tasks <dag_id> --tree
11+
12+
- airflow test <dag_id> <task_id> 2015-06-01
13+
14+
- airflow backfill <dag_id> -s <start_date> -e <end_date>
15+
16+
### To run the local server:
17+
18+
- airflow webserver
19+

0 commit comments

Comments
 (0)