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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to