tirkarthi opened a new pull request, #45215:
URL: https://github.com/apache/airflow/pull/45215

   A dagrun might have a lot of task instances that are paginated. This PR adds 
filters to filter by state e.g. failed task instances which is similar to the 
filter in dagrun page now. I have also added search by task_id or 
task_display_name so that users can quickly get to the required task instance 
in a paginated setting. Slightly related issues for grid view to search by name 
#32239 . This also updates the URLs so that it's shareable.
   
   Notes for reviewer and self : 
   
   * I reused the `searchBar` component but doesn't need advanced search as of 
now as it's not implemented and not useful here where search by task name is 
only needed. This can be added in future and the `hideAdvanced` part can be 
removed.
   
   Screenshot : 
   
   
![image](https://github.com/user-attachments/assets/c35e0c24-3174-48cd-b26c-eed942b2d3e3)
   


-- 
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]

Reply via email to