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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to