Skip to content

Commit

Permalink
IDL changes for Node-Node relationship refactor (#72)
Browse files Browse the repository at this point in the history
* IDL changes for Node-Node relationship refactor
* Ability to provide information of the parent node.
* Introduction of group_id to indicate grouping of nodes within the Parent node - (instead of dummy nodes)
* Support for querying all nodes under node with group.
* Support for node_id to point to original node in the workflow/graph, and node_name
  • Loading branch information
anandswaminathan authored Jul 22, 2020
1 parent 6d1f69b commit 8bc96f9
Show file tree
Hide file tree
Showing 35 changed files with 5,581 additions and 712 deletions.
2 changes: 1 addition & 1 deletion flyteidl/gen/pb-cpp/flyteidl/admin/event.pb.cc

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

381 changes: 332 additions & 49 deletions flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.cc

Large diffs are not rendered by default.

225 changes: 225 additions & 0 deletions flyteidl/gen/pb-cpp/flyteidl/admin/node_execution.pb.h

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8bc96f9

Please sign in to comment.