mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-16 18:15:17 +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#",
|
"$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.",
|
"description": "Custom Pipeline Service connection to build a source that is not supported by OpenMetadata yet.",
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"javaType": "org.openmetadata.schema.services.connections.messaging.CustomPipelineServiceConnection",
|
"javaType": "org.openmetadata.schema.services.connections.pipeline.CustomPipelineConnection",
|
||||||
"definitions": {
|
"definitions": {
|
||||||
"customPipelineType": {
|
"customPipelineType": {
|
||||||
"title": "Service Type",
|
"title": "Service Type",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user