FRosner / drunken-data-quality

Spark package for checking data quality
Apache License 2.0
221 stars 69 forks source link

Markdown report #40

Closed FRosner closed 9 years ago

FRosner commented 9 years ago

Problem

Currently, the only way to inspect the results is to look at the console output. However, it would be nice to also save it to a file. This should not interfere with the console output but be an additional parameter.

Solution

Add another parameter to the check class that tells the file to write the results to. It should be printed as markdown.

We might need to rework the way stuff is written. So the success, hint, etc. methods need to be generalized so that a check is only reporting once and console as well as markdown handles the reports differently.

Pull Request

42

FRosner commented 9 years ago

@Gerrrr would you like to take a look at this one? It will be very useful!

Gerrrr commented 9 years ago

@FRosner, yes, I'd love to work on this one.