bbovenzi commented on code in PR #58059:
URL: https://github.com/apache/airflow/pull/58059#discussion_r2743069263


##########
airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx:
##########
@@ -90,7 +111,7 @@ export const TaskNode = ({
                 isGroup={isGroup}
                 isMapped={isMapped}
                 isOpen={isOpen}
-                label={label}
+                label={displayLabel}
                 setupTeardownType={setupTeardownType}
               />

Review Comment:
   I wonder if we should add the TaskIcon when this node is used in the Asset 
Graph to make it clear that we're showing a task instead of a dag?



-- 
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