Does anyone know how/where the node names are set ...
# flyte-support
c
Does anyone know how/where the node names are set in the
Nodes
view in flyte? Context: https://github.com/flyteorg/flyte/issues/5265
Specifically, where in the flyte code does the node renaming logic for the console lives? I have a workflow, where I want to rename nodes to be more descriptive, without actually creating a bunch of different
flytekit.tasks
The name overrides show up correctly in graph view for both tasks and workflow but only correctly update for workflows in the node view, but not tasks 😕
Interestingly the node that hasn’t started execution yet has the correct name override applied