Ayush Shah d7248cd5b9
Oracle fix (#3984)
* Oracle fix

* Oracle added json refactoring

* Fixed Oracle

* Oracle json modified

* Oracle modified
2022-04-09 19:50:55 +05:30

28 lines
547 B
JSON

{
"source": {
"type": "oracle",
"serviceName": "local_oracle",
"serviceConnection": {
"config": {
"hostPort": "hostPort",
"username": "username",
"password": "password",
"type": "Oracle",
"oracleServiceName":"TESTDB"
}
},"sourceConfig":{
"config":{}
}
},
"sink": {
"type": "metadata-rest",
"config": {}
},
"workflowConfig": {
"openMetadataServerConfig": {
"hostPort": "http://localhost:8585/api",
"authProvider": "no-auth"
}
}
}