Fix: superset dummy credentials update (#9883)

This commit is contained in:
NiharDoshi99 2023-01-24 13:25:16 +05:30 committed by GitHub
parent 275954365a
commit 33090c149e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",
}