tirkarthi opened a new issue, #55033: URL: https://github.com/apache/airflow/issues/55033
### Description `user_id` is stored in the table for HITL response. Since `get_name` is implemented as part of `BaseUser` it will be useful to render the name in the UI along with timestamp. This will require a join query with the user table. Something like below. <img width="1180" height="296" alt="Image" src="https://github.com/user-attachments/assets/f1eb761e-87f3-46fc-a7bf-a9cf198d6d15" /> ### Use case/motivation It will help users to know who made the selection in case of multiple respondents without going through audit log tab or logs. ### Related issues _No response_ ### Are you willing to submit a 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]
