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 0a1d680 commit bc9a60cCopy full SHA for bc9a60c
README.md
@@ -50,11 +50,14 @@ Check http://localhost:8080/
50
51
## Other commands
52
53
-If you want to run other airflow sub-commands, you can do so like this:
+If you want to run airflow sub-commands, you can do so like this:
54
55
- `docker-compose run --rm webserver airflow list_dags` - List dags
56
- `docker-compose run --rm webserver airflow test [DAG_ID] [TASK_ID] [EXECUTION_DATE]` - Test specific task
57
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
+
61
## Connect to database
62
63
If you want to use Ad hoc query, make sure you've configured connections:
0 commit comments