mirror of
https://github.com/alibaba/DataX.git
synced 2025-05-02 07:21:48 +08:00
[feature][plugin][sybase] datax support sybase plugins. #1780
add resources
This commit is contained in:
parent
db7988b1f6
commit
d831c16651
6
sybasewriter/src/main/java/resources/plugin.json
Executable file
6
sybasewriter/src/main/java/resources/plugin.json
Executable file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"name": "sybasewriter",
|
||||||
|
"class": "com.alibaba.datax.plugin.reader.sybasewriter.SybaseWriter",
|
||||||
|
"description": "useScene: prod. mechanism: Jdbc connection using the database, execute select sql, retrieve data from the ResultSet. warn: The more you know about the database, the less problems you encounter.",
|
||||||
|
"developer": "alibaba"
|
||||||
|
}
|
@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "sybasewriter",
|
||||||
|
"parameter": {
|
||||||
|
"username": "",
|
||||||
|
"password": "",
|
||||||
|
"column": [],
|
||||||
|
"connection": [
|
||||||
|
{
|
||||||
|
"table": [],
|
||||||
|
"jdbcUrl": []
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user