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

   ### Apache Airflow version
   
   2.8.2
   
   ### If "Other Airflow 2 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   Clicking the filter button on a task in the task instance list (see picture) 
will use an incomplete link to the task instance detail (in the grid view)
   
![image](https://github.com/apache/airflow/assets/162625270/0c95ce44-8a8b-4d83-90de-a794f4befbbb)
   
   wrong incomplete link (an example):
   
https://myairflow.net/dags/DW_TST1_EXTRACT_CONTROL/grid?root=CHK_ADS_D410_FILES&execution_date=2024-02-28T18:00:00+00:00&tab=graph&dag_run_id=scheduled__2024-02-28T18:00:00+00:00
   
   The correct link should add "&task_id=task_instance_id" (ie. 
&task_id=CHK_ADS_D410_FILES)) to the link's end:
   
https://myairflow.net/dags/DW_TST1_EXTRACT_CONTROL/grid?root=CHK_ADS_D410_FILES&execution_date=2024-02-28T18:00:00+00:00&tab=graph&dag_run_id=scheduled__2024-02-28T18:00:00+00:00&task_id=CHK_ADS_D410_FILES
   
   
   
   ### What you think should happen instead?
   
   The correct Link should point to the task detail, not just filter it and 
stay on the dag run detail
   
   ### How to reproduce
   
   Click the "filter" link in the task instance list
   
   ### Operating System
   
   Kubernetes on Unix platform
   
   ### 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