-
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
✨ Add GWO ingest missing data detection #631
Conversation
4f0f8be
to
a617366
Compare
35096a1
to
e7b6d4e
Compare
036936f
to
abfdcb9
Compare
Codecov Report
@@ Coverage Diff @@
## master #631 +/- ##
==========================================
+ Coverage 93.05% 93.08% +0.02%
==========================================
Files 132 132
Lines 5776 5810 +34
==========================================
+ Hits 5375 5408 +33
- Misses 401 402 +1
Continue to review full report at Codecov.
|
3727700
to
04a3084
Compare
1f95238
to
5822819
Compare
40b7355
to
30e348b
Compare
faa20c0
to
3b9eaa7
Compare
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.
From browsing through the files, things look good. Have you tested with Data Tracker after making these last round of changes? Also looks like this needs a rebase
I might have. But it's been a while and I don't remember, so I will. |
Closing due to inactivity |
Closes #626.
Enable detection of missing data in the GWO ingest process and report it through logging and Events. The specific data being examined is detailed in the linked issue.