jedcunningham commented on code in PR #30270:
URL: https://github.com/apache/airflow/pull/30270#discussion_r1153744301


##########
airflow/ti_deps/deps/trigger_rule_dep.py:
##########
@@ -171,6 +186,7 @@ def _is_relevant_upstream(upstream: TaskInstance) -> bool:
             for finished_ti in 
dep_context.ensure_finished_tis(ti.get_dagrun(session), session)
             if _is_relevant_upstream(finished_ti)
         )
+        finished_upstream_tis = list(finished_upstream_tis)

Review Comment:
   I'm pretty sure this isn't necessary, I've removed 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