nailo2c commented on code in PR #67873:
URL: https://github.com/apache/airflow/pull/67873#discussion_r3368356172


##########
airflow-core/src/airflow/ti_deps/deps/trigger_rule_dep.py:
##########
@@ -549,6 +549,14 @@ def _evaluate_direct_relatives() -> Iterator[TIDepStatus]:
                             f"upstream_task_ids={task.upstream_task_ids}"
                         )
                     )
+                elif trigger_rule == TR.NONE_FAILED_MIN_ONE_SUCCESS and 
success <= 0:

Review Comment:
   Ah, Good point. That's more clean and clear, let me add it.



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