-
Notifications
You must be signed in to change notification settings - Fork 9
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
BHBC-2085 #888
Conversation
Openshift URLs for the PR Deployment: |
Codecov Report
@@ Coverage Diff @@
## dev #888 +/- ##
==========================================
+ Coverage 62.17% 62.20% +0.03%
==========================================
Files 379 380 +1
Lines 12248 12287 +39
Branches 2176 2183 +7
==========================================
+ Hits 7615 7643 +28
- Misses 4245 4250 +5
- Partials 388 394 +6
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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.
🐯
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 think it looks good! Just a handful of nitpicks re: comments and type defs
A few minor formatting tweaks.
3ff1013
- It adds additional details, but may also lead to confusion if that taxon code isnt the issue.
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.
⛄
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
Overview
Links to Jira tickets
https://quartech.atlassian.net/browse/BHBC-2085
Description of relevant changes
The work in this ticket is based on the assumption that the darwin_core_source column in the occurrence_submission is populated with the result of the transform as a JSON object.
** finds all paths that contain a taxonID
** queries elastic search for the scientific and common name
** enriches the object at the same path with the scientific and common names
** returns the object
At a later point, this work will be merged with the transfom steps.
Note: look at tests to see how the object transformations