mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-31 01:15:44 +00:00
16 lines
277 B
JSON
16 lines
277 B
JSON
{
|
|
"type": "superset",
|
|
"serviceName": "sample_superset",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Superset",
|
|
"hostPort": "http://localhost:8088",
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {}
|
|
}
|
|
}
|