forked from flyteorg/flytekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Bug] Set bindings for ArrayNode (flyteorg#2742)
* wip/hack set bindings Signed-off-by: Paul Dittamo <[email protected]> * don't link node when getting bindings from array node subnode Signed-off-by: Paul Dittamo <[email protected]> * update param description Signed-off-by: Paul Dittamo <[email protected]> * only create node when compiling while setting bindings/calling an ArrayNode Signed-off-by: Paul Dittamo <[email protected]> * utilize all inputs when getting input bindings for a subnode Signed-off-by: Paul Dittamo <[email protected]> * update create_and_link_node_from_remote Signed-off-by: Paul Dittamo <[email protected]> * update create_and_link_node_from_remote Signed-off-by: Paul Dittamo <[email protected]> * undo linking node changes to create_and_link_node_from_remote Signed-off-by: Paul Dittamo <[email protected]> * undo linking node changes to create_and_link_node_from_remote Signed-off-by: Paul Dittamo <[email protected]> * set type to List instead of optional Signed-off-by: Paul Dittamo <[email protected]> * cleanup Signed-off-by: Paul Dittamo <[email protected]> * utilize input bindings for array node instead of undering subnode interface for local execute Signed-off-by: Paul Dittamo <[email protected]> * cleanup Signed-off-by: Paul Dittamo <[email protected]> * clean up Signed-off-by: Paul Dittamo <[email protected]> * lint Signed-off-by: Paul Dittamo <[email protected]> * clean up Signed-off-by: Paul Dittamo <[email protected]> * clean up Signed-off-by: Paul Dittamo <[email protected]> * clean up Signed-off-by: Paul Dittamo <[email protected]> * cleanup Signed-off-by: Paul Dittamo <[email protected]> --------- Signed-off-by: Paul Dittamo <[email protected]>
- Loading branch information
Showing
4 changed files
with
99 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters