AZSJTinus opened a new issue, #71070: URL: https://github.com/apache/airflow/issues/71070
### Under which category would you file this issue? Airflow Core ### Apache Airflow version 3.3.0 ### What happened and how to reproduce it? DAG was not triggered due to 2 Pending Dag runs still waiting on different asset events. Both however have the same Mapped Partition Key and should be considered as one. Additionally clicking on the received asset events an empty tooltip is shown: <img width="861" height="249" alt="Image" src="https://github.com/user-attachments/assets/96a92aa7-92e7-4f65-be07-55153868aefd" /> Records in asset_partition_dag_run show two records made with one ms apart. Both are identical except for the partition_date. One record has it filled in, the other is empty: <img width="1336" height="71" alt="Image" src="https://github.com/user-attachments/assets/cf8ce2be-7a8e-4bca-b7c9-9a5b4a1f44bb" /> ### What you think should happen instead? DAG should be triggered when all 4 events were received. ### Operating System Ubuntu 22.04.5 LTS ### Deployment Virtualenv installation ### Apache Airflow Provider(s) _No response_ ### Versions of Apache Airflow Providers _No response_ ### Official Helm Chart version Not Applicable ### Kubernetes Version _No response_ ### Helm Chart configuration _No response_ ### Docker Image customizations _No response_ ### Anything else? _No response_ ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
