uranusjr commented on code in PR #32520:
URL: https://github.com/apache/airflow/pull/32520#discussion_r1264106427
##########
airflow/www/templates/airflow/task_instance.html:
##########
@@ -25,7 +25,7 @@
<hr>
<br>
<h4>
- <span class="text-muted">Task Instance:</span> <span>{{ task_id }}</span>
+ <span class="text-muted">Task Instance:</span> <span title="{{ task_id
}}">{{display_name}}</span>
Review Comment:
We need to set up some fallback mechanism for old tasks. Otherwise task
instances (and DAG runs) created before this change would display an empty
string here.
--
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]