The GitHub Actions job "Tests AMD" on airflow.git/backport-b994bb2-v3-0-test 
has failed.
Run started by GitHub user dstandish (triggered by dstandish).

Head commit for run:
59f088dd5eaf96c29ff99c8097036789a76871e7 / Daniel Standish 
<[email protected]>
[v3-0-test] Fix get dags query to not have join explosion (#50984)

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.
(cherry picked from commit b994bb23a345ca33880cc2aad71d87be1d6e3612)

Co-authored-by: Daniel Standish <[email protected]>

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

With regards,
GitHub Actions via GitBox


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

Reply via email to