feng-tao closed pull request #4214: [AIRFLOW-XXX] Better instructions for 
airflow flower
URL: https://github.com/apache/incubator-airflow/pull/4214
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/docs/howto/executor/use-celery.rst 
b/docs/howto/executor/use-celery.rst
index 71cae66a6f..ff05334fdc 100644
--- a/docs/howto/executor/use-celery.rst
+++ b/docs/howto/executor/use-celery.rst
@@ -57,6 +57,13 @@ Note that you can also run "Celery Flower", a web UI built 
on top of Celery,
 to monitor your workers. You can use the shortcut command ``airflow flower``
 to start a Flower web server.
 
+Please note that you must have the ``flower`` python library already installed 
on your system. The recommend way is to install the airflow celery bundle.
+
+.. code-block:: bash
+
+    pip install 'apache-airflow[celery]'
+
+
 Some caveats:
 
 - Make sure to use a database backed result backend


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to