File size: 3,761 Bytes
225af6a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 |
{
"success": true,
"statistics": {
"evaluated_validations": 1,
"success_percent": 100.0,
"successful_validations": 1,
"unsuccessful_validations": 0
},
"validation_results": [
{
"success": true,
"statistics": {
"evaluated_expectations": 5,
"successful_expectations": 5,
"unsuccessful_expectations": 0,
"success_percent": 100.0
},
"expectations": [
{
"expectation_type": "expect_table_row_count_to_be_between",
"success": true,
"kwargs": {
"batch_id": "features_stats_source-features_stats",
"min_value": 2000,
"max_value": 10000
},
"result": {
"observed_value": 2332
}
},
{
"expectation_type": "expect_column_values_to_be_between",
"success": true,
"kwargs": {
"batch_id": "features_stats_source-features_stats",
"column": "row_nnz",
"min_value": 1.0
},
"result": {
"element_count": 2332,
"unexpected_count": 0,
"unexpected_percent": 0.0,
"partial_unexpected_list": [],
"missing_count": 0,
"missing_percent": 0.0,
"unexpected_percent_total": 0.0,
"unexpected_percent_nonmissing": 0.0,
"partial_unexpected_counts": [],
"partial_unexpected_index_list": []
}
},
{
"expectation_type": "expect_column_values_to_be_between",
"success": true,
"kwargs": {
"batch_id": "features_stats_source-features_stats",
"column": "row_mean",
"min_value": 0.0,
"max_value": 1.0
},
"result": {
"element_count": 2332,
"unexpected_count": 0,
"unexpected_percent": 0.0,
"partial_unexpected_list": [],
"missing_count": 0,
"missing_percent": 0.0,
"unexpected_percent_total": 0.0,
"unexpected_percent_nonmissing": 0.0,
"partial_unexpected_counts": [],
"partial_unexpected_index_list": []
}
},
{
"expectation_type": "expect_column_values_to_be_between",
"success": true,
"kwargs": {
"batch_id": "features_stats_source-features_stats",
"column": "row_min",
"min_value": 0.0
},
"result": {
"element_count": 2332,
"unexpected_count": 0,
"unexpected_percent": 0.0,
"partial_unexpected_list": [],
"missing_count": 0,
"missing_percent": 0.0,
"unexpected_percent_total": 0.0,
"unexpected_percent_nonmissing": 0.0,
"partial_unexpected_counts": [],
"partial_unexpected_index_list": []
}
},
{
"expectation_type": "expect_column_values_to_be_between",
"success": true,
"kwargs": {
"batch_id": "features_stats_source-features_stats",
"column": "row_max",
"min_value": 0.0,
"max_value": 10.0
},
"result": {
"element_count": 2332,
"unexpected_count": 0,
"unexpected_percent": 0.0,
"partial_unexpected_list": [],
"missing_count": 0,
"missing_percent": 0.0,
"unexpected_percent_total": 0.0,
"unexpected_percent_nonmissing": 0.0,
"partial_unexpected_counts": [],
"partial_unexpected_index_list": []
}
}
],
"result_url": null
}
]
} |