-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce new pipeline interface functionality (#695)
PR that introduces functionality to new pipeline interface as discussed [here](#567 (comment)) * The component spec now accepts **OneOf** additionalFields or Fields in it's consumes and produces section * The new `consumes` and `produces` are defined at the Op level similarly to the ones in the component spec, if they are present, they will override the default `consumes` and `produces` defined in the component spec (manifet, dataIO) * Some changes were added to `DataIO` just to resolve tests issues but the new functionality of the custom consumes and produces is not implemented yet (will be tackled in a separate PR) --------- Co-authored-by: Robbe Sneyders <[email protected]>
- Loading branch information
1 parent
18c86fb
commit 12912d3
Showing
21 changed files
with
688 additions
and
91 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
Oops, something went wrong.