Mayur Singal 939adf887b
Fix #8973: Superset fetch metadata from DB (#9645)
* 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
2023-01-19 16:39:43 +01:00

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": {}
}
}