mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-02 02:17:21 +00:00
24 lines
456 B
JSON
24 lines
456 B
JSON
{
|
|
"source": {
|
|
"type": "looker",
|
|
"config": {
|
|
"username": "username",
|
|
"password": "password",
|
|
"url": "http://localhost",
|
|
"service_name": "looker",
|
|
"service_type": "Looker",
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|