From c4eb9260be4f56072aed71a8ba86cc9343a8583f Mon Sep 17 00:00:00 2001 From: Suresh Srinivas Date: Mon, 19 Sep 2022 18:54:02 -0700 Subject: [PATCH] Change camelCase mlModel to lowercase in package name (#7565) --- .../services/connections/mlmodel/customMlModelConnection.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json index c0d72113242..e7efe40eca2 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/mlmodel/customMlModelConnection.json @@ -4,7 +4,7 @@ "title": "CustomMlModelConnection", "description": "Custom MlModel Service connection to build a source that is not supported by OpenMetadata yet.", "type": "object", - "javaType": "org.openmetadata.schema.services.connections.mlModel.CustomMlModelConnection", + "javaType": "org.openmetadata.schema.services.connections.mlmodel.CustomMlModelConnection", "definitions": { "customMlModelType": { "title": "Service Type",