Raul824 opened a new issue, #31466:
URL: https://github.com/apache/airflow/issues/31466

   ### Apache Airflow version
   
   2.6.1
   
   ### What happened
   
   To manage multiple dags we use browse -> dag runs / task instances
   To clear or marking as failed for multiple tasks and dags.
   
   We were using filters in 2.5.x versions which were logical date, start date 
and dag id contains to clear specific set of dags specific instances.
   
   We upgraded to 2.6.1 and added pgbouncer as well.
   
   Now it seems apart from first filter conditions none are working.
   Some examples are 
   "starts with" work 
   
   And most of the filters which are not working shows filt_undefined in the 
url.
   
   ?_flt_undefined_state=failed (if anything is selected apart from first 
filter condition)
   
   As a workaround if i put ?_flt_2_dag_id=DWH it shows all dag_id which 
contains DWH.
   
   due to ?_flt_undefined it seems the filters are also not showing after you 
click on add filter again.
   
   
   
   
   
   ### What you think should happen instead
   
   _No response_
   
   ### How to reproduce
   
   Go to browse -> dag runs/task_instances.
   
   Add any filter and use any filter condition other than first and click on 
search.
   In the url you will see flt_undefined and dag record count will be same.
   
   
   
   ### Operating System
   
   Red Hat Enterprise Linux 8
   
   ### Versions of Apache Airflow Providers
   
   2.6.1
   
   ### Deployment
   
   Docker-Compose
   
   ### Deployment details
   
   postgres 13
   pgbouncer 1.18
   
   ### Anything else
   
   _No response_
   
   ### Are you willing to submit 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]

Reply via email to