anshuksi282-ksolves commented on code in PR #57053:
URL: https://github.com/apache/airflow/pull/57053#discussion_r2470046163
##########
airflow-core/src/airflow/ui/src/pages/XCom/XCom.tsx:
##########
@@ -82,18 +83,24 @@ const columns = (translate: (key: string) => string, open:
boolean): Array<Colum
taskId: original.task_id,
})}
>
- <TruncatedText text={original.task_id} />
+ <TruncatedText text={original.task_display_name || original.task_id}
/>
Review Comment:
@pierrejeambrun Thanks for the clarification and the approval! I've removed
the redundant fallback logic as suggested and rebased the branch. Ready for
merge!
--
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]