pierrejeambrun commented on code in PR #44655:
URL: https://github.com/apache/airflow/pull/44655#discussion_r1870083261
##########
airflow/ui/src/pages/DagsList/Dag/Graph/TaskNode.tsx:
##########
@@ -63,7 +65,7 @@ export const TaskNode = ({
<Box>
{/* TODO: replace 'Operator' */}
<Text fontSize="xs" fontWeight="lighter" textTransform="uppercase">
- {isGroup ? "Task Group" : "Operator"}
+ {isGroup ? "Task Group" : nodeType}
Review Comment:
Updated, screenshot updated too.
I have added the `nodeType` bellow as a simple text, it's just so that we
have it available in the component, later we can replace the text by nice icons
or anything else to differentiate asset, tasks, etc...
--
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]