Skip to content

Commit bc9a60c

Browse files
committed
Update README.md
1 parent 0a1d680 commit bc9a60c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,14 @@ Check http://localhost:8080/
5050

5151
## Other commands
5252

53-
If you want to run other airflow sub-commands, you can do so like this:
53+
If you want to run airflow sub-commands, you can do so like this:
5454

5555
- `docker-compose run --rm webserver airflow list_dags` - List dags
5656
- `docker-compose run --rm webserver airflow test [DAG_ID] [TASK_ID] [EXECUTION_DATE]` - Test specific task
5757

58+
If you want to run/test python script, you can do so like this:
59+
- `docker-compose run --rm webserver python /usr/local/airflow/dags/[PYTHON-FILE].py` - Test python script
60+
5861
## Connect to database
5962

6063
If you want to use Ad hoc query, make sure you've configured connections:

0 commit comments

Comments
 (0)