Hi all! wonder if there is a way to get node index...
# flyte-support
i
Hi all! wonder if there is a way to get node index from within the node in map_task, current_context doesn't have it as far as I know .. your help is appreciated
h
There should be an environment variable injected into the container named something like
FLYTE_K8S_ARRAY_INDEX
that indicates which subNode the execution is.
f
We should add it to current context can you file an issue