Is there a way to map the results(constraint status) of VerificationSuite's run() method to the metrics stored in metrics repository? #141
Unanswered
sharadcapillary
asked this question in
Q&A
Replies: 1 comment
-
Follow on to that question, is there a way to save the Check Level (warning, error, information) to the MetricRepository along withe the Constraint Status. Having this information in the Metric Repository would be very helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I was building a system over deequ, where ppl can write test cases on data using deequ and save the run metrics for visualization and later anomaly detection. However the metrics that get saved in the metrics repository by default don't contain the constraint status i.e., whether a constraint passed or failed. It just holds the value. I want my system to be automated, and I want to store the metrics and the run status for each constraint.
I am aware that I can achieve the above using different "Check" objects for each constraint, however that would be very inefficient I believe.
Image shows the result of VerificationSuite.run()
Image shows the result of loading the metrics from metrics repository
Beta Was this translation helpful? Give feedback.
All reactions