mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 00:48:52 +00:00
21 lines
395 B
JSON
21 lines
395 B
JSON
{
|
|
"source": {
|
|
"type": "redash",
|
|
"config": {
|
|
"api_key": "api_key",
|
|
"uri": "http://localhost:5000",
|
|
"service_name": "redash"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
} |