Fix #9205 - Fix CustomPipelineConnection java class (#9243)

* Fix CustomPipelineConnection java class

* Remove extra log
This commit is contained in:
Pere Miquel Brull 2022-12-12 16:59:12 +01:00 committed by GitHub
parent 02f17227e8
commit f48ede31f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",