The GitHub Actions job "Tests" on airflow.git has succeeded. Run started by GitHub user dstandish (triggered by dstandish).
Head commit for run: d8772670c0f36fb29b572af6e6fb8cb42e54997a / Daniel Standish <[email protected]> Reduce round trips to db when evaluating setup tasks 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. Report URL: https://github.com/apache/airflow/actions/runs/6284904249 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
