FRosner / drunken-data-quality

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

Make Zeppelin reporter stateless #88

Open FRosner opened 8 years ago

FRosner commented 8 years ago

Instead of having a var that checks whether something was reported already, we could pass an index to the report function from the runner. This way also other reporters can number the checks for example.