pedro-cf opened a new issue, #62371:
URL: https://github.com/apache/airflow/issues/62371

   ### Apache Airflow version
   
   2.11.X
   
   ### If "Other Airflow 3 version" selected, which one?
   
   _No response_
   
   ### What happened?
   
   The **Browse > Task Instances** list view renders raw HTML instead of 
clickable links. Columns like "Dag Id", "Task Id", and "Run Id" display the 
literal `<a href="...">` markup as plain text in the table cells.
   
   This was working correctly in 2.11.0.
   
   Example of what is shown in the cell instead of a rendered link:
   
   ```<a href="/dags/my_dag/grid?execution_date=...">my_dag</a>
   ```
   
   
   
   ### What you think should happen instead?
   
   The cells should render as clickable hyperlinks, as they did in 2.11.0.
   
   ### How to reproduce
   
   1. Upgrade from Airflow 2.11.0 to 2.11.1
   2. Navigate to **Browse > Task Instances**
   3. Observe that the Dag Id, Task Id, and Run Id columns show raw HTML
   
   ### Operating System
   
   Ubuntu 24.04 LTS
   
   ### Versions of Apache Airflow Providers
   
   apache-airflow==2.11.1
   apache-airflow-providers-fab==1.5.2
   
   ### Deployment
   
   Docker-Compose
   
   ### 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