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 2022/08/31 15:13:38 UTC

[GitHub] [airflow] jedcunningham commented on a diff in pull request #26087: Run EmptyOperator tasks that have outlets

jedcunningham commented on code in PR #26087:
URL: https://github.com/apache/airflow/pull/26087#discussion_r959712160


##########
airflow/models/dagrun.py:
##########
@@ -1155,7 +1155,7 @@ def schedule_tis(self, schedulable_tis: Iterable[TI], session: Session = NEW_SES
 
         Each element of ``schedulable_tis`` should have it's ``task`` attribute already set.
 
-        Any EmptyOperator without callbacks is instead set straight to the success state.
+        Any EmptyOperator without callbacks or outlets is instead set straight to the success state.

Review Comment:
   Nothing actually happens with inlets, so I think we can ignore those. (Dataset outlets, however, result in dataset events, and possibly run queue population)



-- 
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-unsubscribe@airflow.apache.org

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