mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-09-25 08:50:18 +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",
|
||||
"serviceConnection": {
|
||||
"config": {
|
||||
"username": "test",
|
||||
"password": "test",
|
||||
"connection": {
|
||||
"provider": "db",
|
||||
"username": "test",
|
||||
"password": "test",
|
||||
},
|
||||
"hostPort": "http://localhost:8088",
|
||||
"type": "Superset",
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user