28 lines
547 B
JSON
Raw Normal View History

{
"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"
}
}
}