ephraimbuddy commented on code in PR #25594:
URL: https://github.com/apache/airflow/pull/25594#discussion_r940628841


##########
airflow/ti_deps/deps/ready_to_reschedule.py:
##########
@@ -62,6 +63,9 @@ def _get_dep_statuses(self, ti, session, dep_context):
             .first()
         )
         if not task_reschedule:
+            if is_mapped:
+                yield self._passing_status(reason="The task is mapped and not 
in reschedule mode")
+                return

Review Comment:
   Having `MappedSensor` seems like a better solution.



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