The GitHub Actions job "Tests" on airflow.git has failed. Run started by GitHub user dstandish (triggered by dstandish).
Head commit for run: 63e93d72c2543f4cd476e01e6415105d2135816e / Daniel Standish <[email protected]> Simplify query for orphaned tasks (#36566) Two changes here. First, previously we ended up with two joins to DagRun because the dag_run relationship attr is `lazy="joined"` and sqlalchemy was not using it. By setting to be lazy, we eliminate the extra join and we also don't ask for any columns in dag run (previously the generated query asked for all of them, even though we try to limit via options further down). Second, we use inner join for queued by job. The outer was only there to handle tasks in flight during upgrade to 2.0. Report URL: https://github.com/apache/airflow/actions/runs/7615740007 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
