pierrejeambrun commented on code in PR #44655:
URL: https://github.com/apache/airflow/pull/44655#discussion_r1870091082
##########
airflow/ui/src/pages/DagsList/Dag/Graph/TaskNode.tsx:
##########
@@ -34,7 +34,9 @@ export const TaskNode = ({
isMapped,
isOpen,
label,
+ operator,
setupTeardownType,
+ type: nodeType,
Review Comment:
Yes. I tried to quickly do that and it wasn't super straigh forward because
for now types and node conversion on the front-end is a little intricated.
(`node_type` => `nodeType`, we already do that for is_setup_teardown, but I
needed more time to make it work and didn't want to spend to long on it at the
moment)
Maybe doing the planned refactor / simplification of that part of the code
could help first.
--
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]