-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Infer consume operation if not present in dataset interface (#859)
Basic implementation, I still have to add tests. I wanted to get some feedback first. - Added a method to the lightweight components to generate a `ComponentSpec` based on the attributes. - Added a method in the pipeline to infer the consumption based on the `ComponentSpec`. In cases where a user hasn't specified a `consume` in the pipeline operations, we now infer this. If a component spec contains a `consumes` section and `additionalProperties` are set to true, we load all columns. If `additionalProperties` is set to false, we limit the columns defined in the component spec. Fix #836
- Loading branch information
Showing
6 changed files
with
270 additions
and
99 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
Oops, something went wrong.