Description of changes: Adding data synchronization check to verification suite, with this change users can define isDataSynchronized check.
Example usage -
val verificationResult = VerificationSuite()
.onData(data)
.addCheck(Check(CheckLevel.Error, "must have data in sync")
.isDataSynchronized(dfToCompare, Map("id" -> "id"), _ > 0.7)
.run()
cc: @mentekid @rdsharma26
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
*Issue, if available: #501
Description of changes: Adding data synchronization check to verification suite, with this change users can define
isDataSynchronized
check.Example usage -
cc: @mentekid @rdsharma26 By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.