Skip to content

Commit cc750a8

Browse files
committed
Modified README to include installation of Airflow
1 parent dc55553 commit cc750a8

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Libraries_Tests/airflow/README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
11
## Notes:
22

3+
4+
### Installation of Airflow:
5+
6+
- pip install apache-airflow
7+
- pip install apache-airflow[all]
8+
9+
### Initials:
10+
311
- Change path for DAGs in ~/airflow/airflow.cfg
4-
- Run airflow script using python <whatever-path>/<filename>.py
12+
- Run airflow script : python <whatever-path>/<filename>.py
513

614
### Commands to test and validate:
715

816
- airflow list_dags
917
- airflow list_tasks <dag_id>
1018
- airflow list_tasks <dag_id> --tree
11-
1219
- airflow test <dag_id> <task_id> 2015-06-01
13-
1420
- airflow backfill <dag_id> -s <start_date> -e <end_date>
1521

1622
### To run the local server:
1723

18-
- airflow webserver
19-
24+
- airflow webserver

0 commit comments

Comments
 (0)