-
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
feature/mx-1502 wikidata results refactor #39
feature/mx-1502 wikidata results refactor #39
Conversation
…tractors into feature/mx-1502-wikidata-results-refactor
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.
wikidata updates looking workable. thanks for taking on the timestamp-migration as well!
some questions and some confusion in the tests though.
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.
I investigated the ODK load
issue, unfortunately I'm more confused than before. Anyway I summed up my thoughts on it.
If I have your ok, I can take care of this as well by making the process very similar to other extractors wikidata implementation. that is to separate extraction, transformation and load in main file. |
…tractors into feature/mx-1502-wikidata-results-refactor
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.
@cutoffthetop Temporal entity stuff in international projects extract and its testing
, is still not perfect yet, have a look at changes in mex-common(robert-koch-institut/mex-common#157), they need to be merged as well, its a breaking change if this PR is merged into mex-extractors main.
…tractors into feature/mx-1502-wikidata-results-refactor
Signed-off-by: Nicolas Drebenstedt <[email protected]>
…tractors into feature/mx-1502-wikidata-results-refactor
…tractors into feature/mx-1502-wikidata-results-refactor
…ithub.com/robert-koch-institut/mex-extractors into feature/mx-1502-wikidata-results-refactor
…tractors into feature/mx-1502-wikidata-results-refactor
# PR Context - blocked by: robert-koch-institut/mex-extractors#39 as testing is only possible after the mex-common dependency in mex-extractors is updated to v0.24.0 - Bug: the first test that is executed does not receive isolated settings. It therefore receives the production data as they are in mex-assets. If the test uses data from mex-assets, it will get a different result than if it is not executed first. - Reproduce: in mex-extractors, execute `pdm run pytest .\tests\sumo\test_extract.py::test_extract_cc1_data_model_nokeda` - passes if not executed as first test - fails if executed in isolation / as first test # Fixed - isolate settings context before first test
Changes