Timeseries analysis using GE #5064
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hey @bluemelon12 ! Thanks for reaching out. While we do have eyes on this functionality, Great Expectations does not currently support native historical metric comparison. However, the results of every validation are stored as a json object in the |
Beta Was this translation helpful? Give feedback.
Hey @bluemelon12 ! Thanks for reaching out. While we do have eyes on this functionality, Great Expectations does not currently support native historical metric comparison. However, the results of every validation are stored as a json object in the
great_expectations/uncommitted/validations/<expectation_suite_name>/<run_id>/<timestamp>directories of your project. You could then compare results of runs yourself over time.