tirkarthi opened a new pull request, #58574: URL: https://github.com/apache/airflow/pull/58574
Filtering by `DagRun.run_id` results in fetching other dagruns of same `run_id` which could be in running state with `end_date` as None. Filter by `DagRun.id` to get only the dagrun relevant and prune deadlines associated with it. -- 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]
