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

   ### Apache Airflow version
   
   2.9.2
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   if I click on a dag_run on the list dag run webserver page
   
   it always show the latest dag_run and not the dag_run I clicked on
   
   
   ### What you think should happen instead?
   
   _No response_
   
   ### How to reproduce
   
   ```python
   from airflow.operators.empty import EmptyOperator
   from pendulum import today
   from airflow import DAG
   
   with DAG(
           dag_id='example',
           schedule_interval='0 0 * * *',
           start_date=today("UTC").add(days=-5)):
       EmptyOperator(task_id="nothing")
   
   ```
   
   
   
   
https://github.com/apache/airflow/assets/10202690/c2c59783-67cf-44e2-ab14-b1ef52d31bb0
   
   
   
   
   ### Operating System
   
   --
   
   ### Versions of Apache Airflow Providers
   
   _No response_
   
   ### Deployment
   
   Official Apache Airflow Helm Chart
   
   ### Deployment details
   
   _No response_
   
   ### 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