-
Notifications
You must be signed in to change notification settings - Fork 16.4k
Closed
Description
What do you see as an issue?
After installing Airflow and running it standalone with $ airflow standalone, the The Quick Start tutorial on the 4th step instructs the user to "Enable the example_bash_operator DAG in the home page". This DAG does not exist, but these nine do:
example_trigger_controller_dagexample_trigger_target_dagexample_xcomexample_xcom_argsexample_xcom_args_with_operatorstutorialtutorial_dagtutorial_objectstoragetutorial_taskflow_api
Solving the problem
The user should be instructed to run an existing DAG.
EDIT: this DAG is created when a user installed virtualenv. I amended the documentation in the following PR.
Anything else
Perhaps not all users immediately know what you're talking about when you write DAG. I can only assume it's Directed Acyclic Graphs, but normally when an acronym is used for the first time it should be introduced to reduce false assumptions.
Are you willing to submit PR?
- Yes I am willing to submit a PR!
Code of Conduct
- I agree to follow this project's Code of Conduct