dstandish commented on code in PR #52672:
URL: https://github.com/apache/airflow/pull/52672#discussion_r2192323271
##########
airflow-core/src/airflow/ui/src/components/Graph/TaskNode.tsx:
##########
@@ -82,7 +81,6 @@ export const TaskNode = ({
>
<LinkOverlay asChild>
<TaskLink
- childCount={taskInstance?.task_count}
Review Comment:
@pierrejeambrun I'm not sure what's the signifigance of removing this. It's
not in the LightGridTaskInstanceSummary, but I could calculate it if it's
necessary. Not sure what `childCount` does.
--
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]