You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this would be breaking change as FailureReport base class is only passed the Failure objects and a count of the rows done. It is never passed the actual values being validated.
Would need to track nullability in IsIdentifiableAbstractRunner or pass values to reports
The text was updated successfully, but these errors were encountered:
I think this would be breaking change as
FailureReport
base class is only passed theFailure
objects and a count of the rows done. It is never passed the actual values being validated.Would need to track nullability in
IsIdentifiableAbstractRunner
or pass values to reportsThe text was updated successfully, but these errors were encountered: