mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-28 07:58:31 +00:00
* Oracle fix * Oracle added json refactoring * Fixed Oracle * Oracle json modified * Oracle modified
28 lines
547 B
JSON
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"
|
|
}
|
|
}
|
|
}
|