flyteidl icon indicating copy to clipboard operation
flyteidl copied to clipboard

Add node id path to node execution

Open tnsetting opened this issue 3 years ago • 0 comments
trafficstars

TL;DR

In case of subworklfow, it is hard to get the full path from a specific node event as we need to fetch all the executions on all levels. But adding the parent execution id to the node execution, we can traverse back to the root execution.

NodeExecutionEvent.parent_node_metadata.node_id

Type

  • [ ] Bug Fix
  • [ ] Feature
  • [ ] Plugin

Are all requirements met?

  • [ ] Code completed
  • [ ] Smoke tested
  • [ ] Unit tests added
  • [ ] Code documentation added
  • [ ] Any pending items have an associated Issue

Complete description

How did you fix the bug, make the feature etc. Link to any design docs etc

Tracking Issue

Remove the 'fixes' keyword if there will be multiple PRs to fix the linked issue

fixes https://github.com/flyteorg/flyte/issues/

Follow-up issue

NA OR https://github.com/flyteorg/flyte/issues/

tnsetting avatar Dec 13 '21 12:12 tnsetting