From f48ede31f80bf67a407133fbbb2ca7305c917ef8 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Mon, 12 Dec 2022 16:59:12 +0100 Subject: [PATCH] Fix #9205 - Fix CustomPipelineConnection java class (#9243) * Fix CustomPipelineConnection java class * Remove extra log --- .../connections/pipeline/customPipelineConnection.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/customPipelineConnection.json b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/customPipelineConnection.json index 6e75fb89e13..7425a508c45 100644 --- a/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/customPipelineConnection.json +++ b/openmetadata-spec/src/main/resources/json/schema/entity/services/connections/pipeline/customPipelineConnection.json @@ -1,10 +1,10 @@ { - "$id": "https://open-metadata.org/schema/entity/services/connections/pipeline/customPipelineServiceConnection.json", + "$id": "https://open-metadata.org/schema/entity/services/connections/pipeline/customPipelineConnection.json", "$schema": "http://json-schema.org/draft-07/schema#", - "title": "CustomPipelineServiceConnection", + "title": "CustomPipelineConnection", "description": "Custom Pipeline Service connection to build a source that is not supported by OpenMetadata yet.", "type": "object", - "javaType": "org.openmetadata.schema.services.connections.messaging.CustomPipelineServiceConnection", + "javaType": "org.openmetadata.schema.services.connections.pipeline.CustomPipelineConnection", "definitions": { "customPipelineType": { "title": "Service Type",