tirkarthi commented on code in PR #44656:
URL: https://github.com/apache/airflow/pull/44656#discussion_r1870800832
##########
airflow/ui/src/pages/Events/Events.tsx:
##########
@@ -121,13 +131,14 @@ export const Events = () => {
limit: pagination.pageSize,
offset: pagination.pageIndex * pagination.pageSize,
orderBy,
+ runId,
Review Comment:
`taskId` can also be passed to the Events API which when available will
filter out events for the task in the task instance's events tab.
```suggestion
runId,
taskId,
```
--
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]