mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-26 09:22:14 +00:00
Fix: superset dummy credentials update (#9883)
This commit is contained in:
parent
275954365a
commit
33090c149e
@ -97,8 +97,11 @@ SUPERSET_DEFAULT_CONFIG = {
|
|||||||
"type": "superset",
|
"type": "superset",
|
||||||
"serviceConnection": {
|
"serviceConnection": {
|
||||||
"config": {
|
"config": {
|
||||||
|
"connection": {
|
||||||
|
"provider": "db",
|
||||||
"username": "test",
|
"username": "test",
|
||||||
"password": "test",
|
"password": "test",
|
||||||
|
},
|
||||||
"hostPort": "http://localhost:8088",
|
"hostPort": "http://localhost:8088",
|
||||||
"type": "Superset",
|
"type": "Superset",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user