diff --git a/hopsworks-IT/src/test/ruby/spec/helpers/featurestore_validation_helper.rb b/hopsworks-IT/src/test/ruby/spec/helpers/featurestore_validation_helper.rb index d896f72b31..8afd7539d4 100644 --- a/hopsworks-IT/src/test/ruby/spec/helpers/featurestore_validation_helper.rb +++ b/hopsworks-IT/src/test/ruby/spec/helpers/featurestore_validation_helper.rb @@ -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}", diff --git a/hopsworks-common/src/main/java/io/hops/hopsworks/common/featurestore/FeaturestoreConstants.java b/hopsworks-common/src/main/java/io/hops/hopsworks/common/featurestore/FeaturestoreConstants.java index d8945c9079..79f95f42d8 100644 --- a/hopsworks-common/src/main/java/io/hops/hopsworks/common/featurestore/FeaturestoreConstants.java +++ b/hopsworks-common/src/main/java/io/hops/hopsworks/common/featurestore/FeaturestoreConstants.java @@ -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\"}"; }