eladkal commented on code in PR #26087:
URL: https://github.com/apache/airflow/pull/26087#discussion_r959708319
##########
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:
what about `inlets`?
--
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]