mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
30 lines
578 B
JSON
30 lines
578 B
JSON
{
|
|
"source": {
|
|
"type": "amundsen",
|
|
"serviceName": "local_amundsen",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Amundsen",
|
|
"username": "neo4j",
|
|
"password": "test",
|
|
"hostPort": "bolt://192.168.1.8:7687"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {
|
|
"enableDataProfiler": false
|
|
}
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
}
|
|
},
|
|
"workflowConfig": {
|
|
"openMetadataServerConfig": {
|
|
"hostPort": "http://localhost:8585/api",
|
|
"authProvider": "no-auth"
|
|
}
|
|
}
|
|
} |