Skip to content

Commit

Permalink
[FSTORE-927] Upgrade great expectations to 0.15.12 (#1586) (#1479)
Browse files Browse the repository at this point in the history
  • Loading branch information
robzor92 authored Feb 12, 2024
1 parent 1368448 commit 79a7139
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ def generate_template_validation_report()
template_validation_result = generate_template_validation_result()
{
"evaluationParameters": "{}",
"meta": "{\"great_expectations_version\":\"0.14.13\",\"expectation_suite_name\":\"expecations_suite_101\",\"run_id\":{\"run_time\":\"2022-03-11T13:06:24.481236+00:00\",\"run_name\":null},\"batch_kwargs\":{\"ge_batch_id\":\"0d0afc48-a13c-11ec-b113-020f94a1da7f\"},\"batch_markers\":{},\"batch_parameters\":{},\"validation_time\":\"20220311T130624.481059Z\",\"expectation_suite_meta\":{\"great_expectations_version\":\"0.14.13\"}}",
"meta": "{\"great_expectations_version\":\"0.15.12\",\"expectation_suite_name\":\"expecations_suite_101\",\"run_id\":{\"run_time\":\"2022-03-11T13:06:24.481236+00:00\",\"run_name\":null},\"batch_kwargs\":{\"ge_batch_id\":\"0d0afc48-a13c-11ec-b113-020f94a1da7f\"},\"batch_markers\":{},\"batch_parameters\":{},\"validation_time\":\"20220311T130624.481059Z\",\"expectation_suite_meta\":{\"great_expectations_version\":\"0.15.12\"}}",
"results": [template_validation_result],
"success": false,
"statistics": "{\"evaluated_expectations\":7,\"successful_expectations\":5,\"unsuccessful_expectations\":2,\"success_percent\":71.42857142857143}",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,5 +157,5 @@ private FeaturestoreConstants() {
public static final String UNEXPECTED_PERCENT_KEY = "unexpected_percent";
public static final String PARTIAL_UNEXPECTED_LIST_KEY = "partial_unexpected_list";
public static final String UNEXPECTED_PERCENT_NONMISSING_KEY = "unexpected_percent_nonmissing";
public static final String GREAT_EXPECTATIONS_META = "{\"great_expectations_version\": \"0.14.13\"}";
public static final String GREAT_EXPECTATIONS_META = "{\"great_expectations_version\": \"0.15.12\"}";
}

0 comments on commit 79a7139

Please sign in to comment.