-
Notifications
You must be signed in to change notification settings - Fork 199
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
data sink destination #891
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
8b6028b
start sink
sh-rp 6a924d9
parquet sink prototype
sh-rp 83c1af6
some more sink implementations
sh-rp b972f23
finish first batch of helpers
sh-rp 9dabeff
add missing tests and fix linting
sh-rp af6defd
make configuratio more versatile
sh-rp 4d730e8
implement sink function progress state
sh-rp 3b577b0
move to iterator
sh-rp 5527689
persist sink load state in pipeline state
sh-rp 0657034
fix unrelated typo
sh-rp b5db5b8
move sink state storage to loadpackage state
sh-rp 189d24b
additional pr fixes
sh-rp 57ed090
disable creating empty state file on loadpackage init
sh-rp 4f53bc4
add sink docs page
sh-rp c6c06ba
small changes
sh-rp 2f6a15a
Merge branch 'devel' into d#/data_sink_decorator
sh-rp 374b267
make loadstorage state versioned and separate out common base functions
sh-rp daae33e
restrict access of destinations to load package state in accessor fun…
sh-rp 644e6f3
fix tests
sh-rp 9930ad6
add tests for state and new injectable context
sh-rp 678d187
fix linter
sh-rp 376832d
fix linter error
sh-rp 79fce9e
some pr fixes
sh-rp 8eb3e1a
Merge commit '17aea98527eab19f3300ee161114541f7eb2b5b5' into d#/data_…
sh-rp 105569a
more pr fixes
sh-rp 27b8b2c
small readme changes
sh-rp e60f2f1
Merge branch 'devel' into d#/data_sink_decorator
sh-rp 3229745
add load id to loadpackage info in current
sh-rp dbbbe7c
add support for directly passing through the naming convention to the…
sh-rp db9b488
add support for batch size zero (filepath passthrouh)
sh-rp 3c39f41
use patched version of flak8 encoding
sh-rp 3dfcf39
fix tests
sh-rp bc44618
add support for secrets and config in sink
sh-rp db8d0ed
update sink docs
sh-rp d8719c1
revert encodings branch
sh-rp d7eb19d
fix small linting problem
sh-rp ef35502
add support for config specs
sh-rp 2db3430
add possibility to create a resolved partial
sh-rp 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
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.
please also import
load_package()
intocurrent
module so it can be requested from within decorated functionThere 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.
It is there, no?