Sriharsha Chintalapani e4fa0247f5
Fix #1280: Amundsen connector to import metadata (#1281)
* Fix #1280: Amundsen connector to import metadata
2021-11-20 14:08:27 -08:00

23 lines
465 B
JSON

{
"source": {
"type": "amundsen",
"config": {
"neo4j_url": "bolt://192.168.1.8:7687",
"neo4j_username": "neo4j",
"neo4j_password": "test"
}
},
"sink": {
"type": "metadata-rest",
"config": {
"api_endpoint": "http://localhost:8585/api"
}
},
"metadata_server": {
"type": "metadata-server",
"config": {
"api_endpoint": "http://localhost:8585/api",
"auth_provider_type": "no-auth"
}
}
}