You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace the existing selects with multi-selects that allow you to filter multiple DAG run states and types at the same time, somewhat similar to my prototype:
Use case/motivation
I'm not sure if it is just me, but sometimes I wish I was able to show multiple DAG run states, especially running and failed, at the same time.
This would be especially helpful for busy DAGs on which I want to clear a few failed runs. Without the multi-select, if I switch from failed to running DAG runs, I need to orient myself again to find the run I just cleared (assuming there are lots of other running DAG runs). With the multi-select, the DAG run I just cleared stays in the same spot and I can check the logs, while clearing some other failed runs.
I'm not sure we need a multi-select for DAG run types as well. I'd tend to say no, but maybe someone else has a use-case for that.
Nice! I used a similar approach but kept the array serialized as a csv so that we wouldn't have to change all the method signatures in useFilters. Your styling was very helpful :-)
Description
Replace the existing selects with multi-selects that allow you to filter multiple DAG run states and types at the same time, somewhat similar to my prototype:
Use case/motivation
I'm not sure if it is just me, but sometimes I wish I was able to show multiple DAG run states, especially
running
andfailed
, at the same time.This would be especially helpful for busy DAGs on which I want to clear a few failed runs. Without the multi-select, if I switch from
failed
torunning
DAG runs, I need to orient myself again to find the run I just cleared (assuming there are lots of other running DAG runs). With the multi-select, the DAG run I just cleared stays in the same spot and I can check the logs, while clearing some other failed runs.I'm not sure we need a multi-select for DAG run types as well. I'd tend to say no, but maybe someone else has a use-case for that.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: