The GitHub Actions job "Tests (AMD)" on airflow.git/batch-dag-run-info-lookups-in-parse-loop has failed. Run started by GitHub user steveahnahn (triggered by steveahnahn).
Head commit for run: ab970a0756b375a795833ad4f3eb85487347e93c / Steve Ahn <[email protected]> Resolve parse-batch run info with a constant number of queries Updating parse results resolves each Dag's latest run and active-run count individually, issuing two queries per Dag per parse batch. For Dag-factory files that generate tens to hundreds of Dags from a single file this multiplies into hundreds of point queries against dag_run on every re-parse interval, in every deployment using that pattern. Resolve the whole batch with one latest-run query per timetable kind plus one active-run count query. A batch with a single schedulable Dag - the common one-Dag-per-file case that motivated resolving Dags individually - keeps issuing exactly the same queries as before. Report URL: https://github.com/apache/airflow/actions/runs/28920968198 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
