From 697e7ebd3c74e7604c31fbbdd1734c6333c9c092 Mon Sep 17 00:00:00 2001 From: SurabhiAngadi Date: Tue, 13 Aug 2024 11:39:27 +0530 Subject: [PATCH 1/2] fix: Remove dependencySet from Maven assembly configuration --- src/main/assembly/src.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/assembly/src.xml b/src/main/assembly/src.xml index 91d6c51..4319c2e 100644 --- a/src/main/assembly/src.xml +++ b/src/main/assembly/src.xml @@ -22,7 +22,6 @@ / metadata.json - jdbc-connector.conf ui-config.json From a4c6c8a7bcffba3de68736099c338d3d641b443f Mon Sep 17 00:00:00 2001 From: SurabhiAngadi Date: Fri, 23 Aug 2024 17:50:47 +0530 Subject: [PATCH 2/2] fix: Remove unimplemented connectors --- src/main/resources/metadata.json | 66 -------------------------------- 1 file changed, 66 deletions(-) diff --git a/src/main/resources/metadata.json b/src/main/resources/metadata.json index 985e528..cf30b2c 100644 --- a/src/main/resources/metadata.json +++ b/src/main/resources/metadata.json @@ -37,72 +37,6 @@ "max-batches": "" } } - }, - { - "id": "mysql-connector", - "name": "MySQL", - "description": "The MySQL Connector is used to move data from any MySQL Table to the Obsrv platform", - "icon": "https://upload.wikimedia.org/wikipedia/en/6/62/MySQL.svg", - "config": { - "source": { - "database": { - "type": "mysql", - "host": "", - "port": 3306, - "name": "", - "username": "root", - "pwd": "root" - }, - "table": "", - "timestamp-column": "", - "batch-size": "", - "max-batches": "" - } - } - }, - { - "id": "oracle-connector", - "name": "Oracle", - "description": "The Oracle Connector is used to move data from any Oracle Table to the Obsrv platform", - "icon": "https://upload.wikimedia.org/wikipedia/commons/5/50/Oracle_logo.svg", - "config": { - "source": { - "database": { - "type": "oracle", - "host": "", - "port": 1521, - "name": "", - "username": "system", - "pwd": "oracle" - }, - "table": "", - "timestamp-column": "", - "batch-size": "", - "max-batches": "" - } - } - }, - { - "id": "mssql-connector", - "name": "MS SQL", - "description": "The MS SQL Connector is used to move data from any MS SQL Table to the Obsrv platform", - "icon": "https://upload.wikimedia.org/wikipedia/commons/2/29/Microsoft_SQL_Server_Logo.svg", - "config": { - "source": { - "database": { - "type": "mssql", - "host": "", - "port": 1433, - "name": "", - "username": "sa", - "pwd": "password" - }, - "table": "", - "timestamp-column": "", - "batch-size": "", - "max-batches": "" - } - } } ] } \ No newline at end of file