jfallt opened a new issue, #53896: URL: https://github.com/apache/airflow/issues/53896
### Apache Airflow version Other Airflow 2 version (please specify below) ### If "Other Airflow 2 version" selected, which one? 2.10.5 ### What happened? I have a DAG with conditional dataset scheduling. <img width="590" height="668" alt="Image" src="https://github.com/user-attachments/assets/4f29d8bb-ae7a-4073-9c9a-f931731aaaf1" /> Instead of creating a dag run per dataset update, sometimes airflow will group the events together (if they occur close enough) <img width="616" height="251" alt="Image" src="https://github.com/user-attachments/assets/b9f3c1c3-83ff-4b17-84d5-c287c40bb933" /> ### What you think should happen instead? I think there should be a distinct dag run per dataset update ### How to reproduce Create a DAG with conditional scheduling Create 2 dataset events at the same time that are consumed by the dag we created ### Operating System linux ### Versions of Apache Airflow Providers _No response_ ### Deployment Other Docker-based deployment ### Deployment details _No response_ ### Anything else? Anytime there are dataset updates that happen at the same time or very close together ### Are you willing to submit PR? - [ ] Yes I am willing to submit a PR! ### Code of Conduct - [x] I agree to follow this project's [Code of Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md) -- 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: commits-unsubscr...@airflow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org