OpenMetadata/ingestion/examples/sample_data/dashboards/service.json
2022-04-10 09:47:36 -07:00

12 lines
251 B
JSON

{
"name": "sample_superset",
"serviceType": "Superset",
"description": "Superset Service",
"dashboardConnection": {
"config": {
"supersetURL": "http://localhost:8088",
"username": "admin",
"password": "admin"
}
}
}