-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for OMOP ES batches #274
Closed
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
a40860d
Firstly refactor tests so that each test can generate the correct bat…
jeremyestein cc4a3ea
Merge branch 'main' into jeremy/omop-batch-support
jeremyestein 0a39b2f
Temporarily point to correct single batch directory. Will change this
jeremyestein 7c628c7
Split procedure occurrence test data between two batches. Because one
jeremyestein e2d0917
Dodgy batch that doesn't match the project name + timestamp of the
jeremyestein 74c1db1
Update tests, implementation not quite there yet
jeremyestein b9ce649
Need to write to batch dir on export, too
jeremyestein f55fb92
Reading and copying extracts must be done on a batch-by-batch basis.
jeremyestein c68d1f3
Set up the system test so it has all the original data, which is now
jeremyestein e7dcd35
Merge branch 'main' into jeremy/omop-batch-support
jeremyestein 0362496
Explain what the different batches are for
jeremyestein 6fba6c5
Minor typing error
jeremyestein 0d15136
Increase test coverage slightly; not sure if worth it.
jeremyestein d253f34
Review suggestions: log batch details, sort globbed batch dirs.
jeremyestein 6cff5a2
Document the single and multi batch extracts that are accepted by the…
jeremyestein 2a5e81e
Merge branch 'main' into jeremy/omop-batch-support
jeremyestein 21db43d
Check that truncated parquet files stop the process.
jeremyestein c83e7d1
Merge branch 'main' into jeremy/omop-batch-support
jeremyestein 9cb88d1
Fix up merge, new code in main needs to be OMOP ES batch-aware.
jeremyestein c9ccbbf
Merge branch 'main' into jeremy/omop-batch-support
jeremyestein 2b3a33b
Fix test to be batch aware. It now (correctly) fails.
jeremyestein 99c9d58
Capture docker output for easier debugging
jeremyestein e35f76f
Merge branch 'main' into jeremy/omop-batch-support
jeremyestein fe9cc9d
Merge branch 'main' into jeremy/omop-batch-support
jeremyestein f871583
Missed a dependency
jeremyestein 421f91f
FTP upload everything as found. Document the files present at each stage
jeremyestein 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
Binary file not shown.
Binary file not shown.
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.
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.
maybe
parse_batch_structure
?