-
Notifications
You must be signed in to change notification settings - Fork 51
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
Misc improvements #1802
Misc improvements #1802
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #1802 +/- ##
==========================================
- Coverage 82.10% 81.55% -0.56%
==========================================
Files 338 338
Lines 19910 20255 +345
==========================================
+ Hits 16348 16518 +170
- Misses 3562 3737 +175
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
With relations v2, fuzzy results are returned, so this situations can occur often
b903525
to
b923863
Compare
scope.set_extra("relation", relation) | ||
errors.capture_message(error_msg, "error") | ||
logger.warning( | ||
"Relation search is returning an edge unrelated with queried entities" |
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.
can you log at least which is the entity/relation to blame?
Also the extra={"kbid": kbid}
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.
kbid is not available. I'll add some extras though
Description
Mix of diverse improvements:
How was this PR tested?
Describe how you tested this PR.