uranusjr commented on code in PR #27827:
URL: https://github.com/apache/airflow/pull/27827#discussion_r1030112530


##########
airflow/models/taskinstance.py:
##########
@@ -2573,6 +2574,103 @@ def schedule_downstream_tasks(self, session=None):
             )
             session.rollback()
 
+    def get_relevant_upstream_map_indexes(

Review Comment:
   This is moved from XComArg so we can reuse it in TriggerRuleDep



-- 
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