tirkarthi commented on PR #45095: URL: https://github.com/apache/airflow/pull/45095#issuecomment-2561349881
For some reason the dags page filter buttons by state like failed, running etc. are not working and the url is not updated with the selected state value for `last_dag_run_state`. But selecting the filter from dashboard button applies the query parameter `last_dag_run_state` and it's working fine. I bisected to this commit using below command Not working (myenv) ➜ ui git:(main) ✗ git checkout 5e0aeef897 src/ Updated 0 paths from e685b10ac1 Working (myenv) ➜ ui git:(main) ✗ git checkout 5e0aeef897~1 src/ Updated 3 paths from 222dbe1da5 -- 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]
