You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2020/03/26 10:31:20 UTC

[GitHub] [airflow] eladkal commented on a change in pull request #7880: Don't schedule dummy task

eladkal commented on a change in pull request #7880: Don't schedule dummy task
URL: https://github.com/apache/airflow/pull/7880#discussion_r398466881
 
 

 ##########
 File path: airflow/operators/dummy_operator.py
 ##########
 @@ -24,6 +24,9 @@ class DummyOperator(BaseOperator):
     """
     Operator that does literally nothing. It can be used to group tasks in a
     DAG.
+
+    The task that uses this operator is automatically marked as successfully completed by the scheduler
 
 Review comment:
   @mik-laj This is what confused me.
   Maybe better saying something like:
   The task is evaluated by the scheduler but never processed by the executor
   WDYT?

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services