-
Notifications
You must be signed in to change notification settings - Fork 2
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
Create events_log table #174
Comments
This captures well the flow - I would point out though, at least with our current design, we aim to utilize two different Slack channels, |
I really like the sound of that yes. I was also thinking that we could avoid the creation of a new table but add a |
I think an |
Agreed. Thanks. I'll implement. |
HI guys, |
I like it @vtsontos I'll implement that. |
This issue now supersedes #173
|
So far we have identified two buckets of anomalies which can occur during ingestions
metadata_types
table, orIn both of the above cases, each individual offense would generate an separate Slack alert. This can be noisy and overwhelming at time so it needs to be improved.
@renato2099 suggested that we create an
anomaly
table which would, in the instance of an anomaly` generate an entry detailing what the anomaly is. All anomalies for a given submission would be grouped and persisted for archival purposes. This allows forGET
on the URL to access the JSON anomaly report for a given submissionThis task therefore requires that we
submission.anomaly_report
column which will be available post Augment submission table with ingestion task context and status #173GET
FAILED
ingestion scenariosThe text was updated successfully, but these errors were encountered: