GayathriSrividya opened a new pull request, #68125: URL: https://github.com/apache/airflow/pull/68125
closes: #64534 Make backfill creation atomic so the scheduler cannot observe a partially initialized backfill and mark it complete before its DagRuns are created. This moves the DagRun-info computation ahead of Backfill persistence, replaces the early commit with a flush so the whole create path stays in one transaction, and adds a regression test to verify failed no-run backfill creation does not leave an orphan Backfill row behind. ##### Was generative AI tooling used to co-author this PR? - [X] Yes — GitHub Copilot (GPT-5.4) Generated-by: GitHub Copilot (GPT-5.4) following the guidelines -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
