We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc55553 commit cc750a8Copy full SHA for cc750a8
Libraries_Tests/airflow/README.md
@@ -1,19 +1,24 @@
1
## Notes:
2
3
+
4
+### Installation of Airflow:
5
6
+- pip install apache-airflow
7
+- pip install apache-airflow[all]
8
9
+### Initials:
10
11
- Change path for DAGs in ~/airflow/airflow.cfg
-- Run airflow script using python <whatever-path>/<filename>.py
12
+- Run airflow script : python <whatever-path>/<filename>.py
13
14
### Commands to test and validate:
15
16
- airflow list_dags
17
- airflow list_tasks <dag_id>
18
- airflow list_tasks <dag_id> --tree
-
19
- airflow test <dag_id> <task_id> 2015-06-01
20
- airflow backfill <dag_id> -s <start_date> -e <end_date>
21
22
### To run the local server:
23
-- airflow webserver
24
+- airflow webserver
0 commit comments