python - Airflow quickstart not working -
hi i've started using airflow, cannot manage make task in quickstart run: airflow run example_bash_operator runme_0 2015-01-01
.
i've created conda environment python 2.7.6 , installed airflow
through pip
installed airflow==1.8.0
. ran commands listed here https://airflow.incubator.apache.org/start.html.
when try run first task instance, looking @ ui nothing seems happen. here's output of command:
(airflow) ✔ se7entyse7en in ~/projects/airflow $ airflow run example_bash_operator runme_0 2015-01-01 [2017-07-28 12:06:22,992] {__init__.py:57} info - using executor sequentialexecutor sending executor. [2017-07-28 12:06:23,950] {__init__.py:57} info - using executor sequentialexecutor logging into: /users/se7entyse7en/airflow/logs/example_bash_operator/runme_0/2015-01-01t00:00:00
on other hand backfill works fine: airflow backfill example_bash_operator -s 2015-01-01 -e 2015-01-02
.
what missing?
i've found if single task ran listed under browse > task instances
part of dag.
Comments
Post a Comment