mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-07 21:16:45 +00:00
25 lines
478 B
JSON
25 lines
478 B
JSON
{
|
|
"source": {
|
|
"type": "superset",
|
|
"config": {
|
|
"url": "http://localhost:8080",
|
|
"username": "admin",
|
|
"password": "admin",
|
|
"service_name": "local_superset",
|
|
"db_service_name": "aws_redshift"
|
|
}
|
|
},
|
|
"sink": {
|
|
"type": "metadata-rest",
|
|
"config": {
|
|
}
|
|
},
|
|
"metadata_server": {
|
|
"type": "metadata-server",
|
|
"config": {
|
|
"api_endpoint": "http://localhost:8585/api",
|
|
"auth_provider_type": "no-auth"
|
|
}
|
|
}
|
|
}
|