dstandish opened a new pull request, #34578: URL: https://github.com/apache/airflow/pull/34578
Ensuring that cleared tasks wait for indirect setup tasks was fixed in #33903. That fix entailed applying logic similar to ALL_SUCCESS logic for just the indirect upstream tasks before moving on to the evaluation of direct upstreams. This had the benefit of similicity and isolation -- it would only be called for tasks that had indirect upstreams and it would be layered on top of the existing trigger rule dep logic -- not mixed in. But it resulted in new round trips to the db when there is an indirect setup. What this PR does is try to get all the upstream TI info in one query. -- 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]
