The GitHub Actions job "Tests AMD" on airflow.git/fix-dags-get-endpoint has 
failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
9823d49c13694c7b8b9214e83b270c011fcd1475 / Daniel Standish 
<[email protected]>
Fix get dags query to not have join explosion

Previously it was missing dag_id filter, but joining on start date would still 
be problematic. In this PR I refactor the query a bit so that all joins are 
guaranteed 1-1.  To get "latest" DagRun I sort by the DagRun.id column.  This 
is a simplifying assumption that would be more performant than sorting by 
start_date, since there could be more than 1 dag run with a given start date.

Report URL: https://github.com/apache/airflow/actions/runs/15195136262

With regards,
GitHub Actions via GitBox


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

Reply via email to