-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Start from dataset schema for lightweight python component consumes
#789
Merged
Merged
Changes from 4 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
7a6b78a
Integrate argument inference
RobbeSneyders c007244
Add compilation to python component test
RobbeSneyders e52a5c4
Add argument inference to integration test
RobbeSneyders 161f214
Start from dataset schema for python component consumes
RobbeSneyders 66a9103
add option to define consumes in mapping
PhilippeMoussalli 2e10af1
add option to define consumes and generic in mapping
PhilippeMoussalli e8d763f
Merge branch 'feature/python-consumes-mapping-3' into feature/python-…
PhilippeMoussalli 6619b3a
small fixes
PhilippeMoussalli d898e4a
make lightweight consumes generic by default
PhilippeMoussalli 2d80a77
Merge branch 'main' into feature/python-consumes-mapping
PhilippeMoussalli cef482a
revert to desired behaviour
PhilippeMoussalli 8c9d154
update sample pipeline
PhilippeMoussalli 4c97282
update based on feedback
PhilippeMoussalli 3ab1bae
implement PR feedback
PhilippeMoussalli b59fb8c
add docstrings
PhilippeMoussalli de5a3c1
update consumes based on new proposal
PhilippeMoussalli 3943c4b
Merge branch 'main' into feature/python-consumes-mapping
PhilippeMoussalli d8e5563
Update src/fondant/pipeline/lightweight_component.py
PhilippeMoussalli 85f0994
enable default behavior of passing all dataset fields
PhilippeMoussalli 5b69298
implement PR feedback
PhilippeMoussalli 12c6f37
Merge branch 'main' into feature/python-consumes-mapping
GeorgesLorre 60dc6f6
Merge branch 'main' into feature/python-consumes-mapping
PhilippeMoussalli File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs more checks and might have to be moved to a better place. Just wanted to get a PoC working.