bbovenzi commented on code in PR #52672:
URL: https://github.com/apache/airflow/pull/52672#discussion_r2192917899
##########
airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx:
##########
@@ -106,7 +104,6 @@ export const TaskNode = ({
<StateBadge fontSize="xs" state={taskInstance.state}>
{taskInstance.state}
</StateBadge>
- {taskInstance.try_number > 1 ? <CgRedo /> : undefined}
Review Comment:
That's fine. Let's focus on performance and then we can reintroduce what
extra info we want to show like a task with a note, retries, HITL, or
setup/teardown
--
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]