mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-12-30 08:57:09 +00:00
* Docs #8973: Superset with SSO docs * Superset support for mysql & postgres db * remove unwanted field from yaml * Fix pylint * Fix superset tests * Fix sample data connection * ci fix & review comments * cypress & defualt provider fix
19 lines
336 B
JSON
19 lines
336 B
JSON
{
|
|
"type": "superset",
|
|
"serviceName": "sample_superset",
|
|
"serviceConnection": {
|
|
"config": {
|
|
"type": "Superset",
|
|
"hostPort": "http://localhost:8088",
|
|
"connection":{
|
|
"username": "admin",
|
|
"password": "admin",
|
|
"provider": "db"
|
|
}
|
|
}
|
|
},
|
|
"sourceConfig": {
|
|
"config": {}
|
|
}
|
|
}
|