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

Head commit for run:
89693675abb1a326c6d8872b4e45fd2575dd1332 / github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
[v3-0-test] Fix get dags query to not have join explosion (#50984) (#51172)

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

With regards,
GitHub Actions via GitBox


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

Reply via email to