mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-10-27 08:44:49 +00:00
* Fix CustomPipelineConnection java class * Remove extra log
This commit is contained in:
parent
02f17227e8
commit
f48ede31f8
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user