How to get constraints_message for Success rows in Deequ?
While running Deequ, for all the failed rows I am getting constrains_message column with value but this column is always blank if Deequ check Status is Success, is there any way if we can get constrains_messages value for Success rows too?
Example constraints_message column value for Failed Checks : Value: 0.9926566948782706 does not meet the constraint requirement! I wants the similar message in case of Success checks too with valid message.
This is very important, I have the same requirement, I want to add information in Message for individual checks, such as who created the current Check. I can only add this kind of information in Message, but I also need the successful Check information
^same, have you guys found a resolution?