Shawn Xu created AIRFLOW-2304:
---------------------------------
Summary: Quick start documentation is not quick: should mention
scheduler part
Key: AIRFLOW-2304
URL: https://issues.apache.org/jira/browse/AIRFLOW-2304
Project: Apache Airflow
Issue Type: Improvement
Reporter: Shawn Xu
The [Quick start documentation|https://airflow.apache.org/start.html] part
should offer user a push button style launch to pilot stuff quickly.
However right now it only mentions web server so none of the DAGs ended up
running. And this is particularly confusing to new users if they don't know
what to expect (flow will be in running state but tasks have no states).
There are 2 things to get DAGs scheduled:
# Start a scheduler even if the default SequentialExecutor is used
# The DAG must be enabled.
They should be documented in quick start doc.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)