mirror of
https://github.com/open-metadata/OpenMetadata
synced 2026-05-24 09:39:11 +00:00
12 lines
251 B
JSON
12 lines
251 B
JSON
{
|
|
"name": "sample_superset",
|
|
"serviceType": "Superset",
|
|
"description": "Superset Service",
|
|
"dashboardConnection": {
|
|
"config": {
|
|
"supersetURL": "http://localhost:8088",
|
|
"username": "admin",
|
|
"password": "admin"
|
|
}
|
|
}
|
|
}
|