choo121600 commented on code in PR #68194:
URL: https://github.com/apache/airflow/pull/68194#discussion_r3370520280
##########
airflow-core/src/airflow/ui/src/pages/TaskInstances/TaskInstances.tsx:
##########
@@ -160,6 +160,17 @@ const taskInstanceColumns = ({
]),
{
accessorKey: "rendered_map_index",
+ // Always link a mapped instance to its own detail page. Unlike start date,
+ // map index is present before the task starts, so this is the reliable
+ // navigation target for queued/scheduled mapped instances. See #68177.
Review Comment:
One minor: the comment here feels a bit overly descriptive. Would you mind
simplifying it a little?
--
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]