The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
14f6999ba6a3452b9995b21025cd9deeed32b11d / Daniel Standish 
<[email protected]>
Simplify query for orphaned tasks

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

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to