uranusjr opened a new issue, #49999: URL: https://github.com/apache/airflow/issues/49999
### Description Currently, there’s no way to see check what events were generated by a task instance in the web UI (except in log). It is possible to see the event from the assets view, but switching between the views involves a lot of clicks, and it’s also to find the correct event if the asset has been emitted multiple times. ### Use case/motivation * A way to show events associated to a task instance in a view. Maybe [add a tab](https://airflow.apache.org/docs/apache-airflow/stable/ui.html#task-instance-tabs)? * Maybe rename the “events” tab to something else if we do? We’ll need to know _what_ events that means. * In the asset event list, also show the run date so we can distinguish between different events by the source. The date string we show currently if the event emission time and does not match the run date. (see attached Image 1) **Image 1** <img width="473" alt="Image" src="https://github.com/user-attachments/assets/5a643ade-21d1-444d-b647-606ff38e0390" /> ### Related issues _No response_ ### Are you willing to submit a PR? - [x] 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]
