mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
* Fix #1665: Oracle connector add an option to configure oracle service name * Fixed removal of semi colon Fixes SQL Command Warning while ingesting Co-authored-by: Akash Jain <15995028+akash-jain-10@users.noreply.github.com>
26 lines
555 B
JSON
26 lines
555 B
JSON
{
|
|
"source": {
|
|
"type": "oracle",
|
|
"config": {
|
|
"host_port":"host:1521",
|
|
"username": "pdbadmin",
|
|
"password": "password",
|
|
"service_name": "local_oracle",
|
|
"service_type": "Oracle",
|
|
"oracle_service_name": "ORCLPDB1"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|