potiuk commented on code in PR #29203:
URL: https://github.com/apache/airflow/pull/29203#discussion_r1089881439


##########
docs/apache-airflow/howto/docker-compose/index.rst:
##########
@@ -68,6 +68,7 @@ This file contains several service definitions:
   task instances once their dependencies are complete.
 - ``airflow-webserver`` - The webserver is available at 
``http://localhost:8080``.
 - ``airflow-worker`` - The worker that executes the tasks given by the 
scheduler.
+- ``airflow-triggerer`` - The triggers task execution based on external events 
or conditions.

Review Comment:
   Very right. This is planned to happen in the future (as follow up after 
AIP-40) to be able to trigger execution of DAGs via external events, but it is 
not yet even agreed how to do it. Description like this could have mislead 
people that it's already possible today.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to