mirror of
https://github.com/apache/superset.git
synced 2026-04-18 23:55:00 +00:00
feat: improve GSheets OAuth2 (#32048)
This commit is contained in:
@@ -96,7 +96,7 @@ class ValidateDatabaseParametersCommand(BaseCommand):
|
||||
server_cert=self._properties.get("server_cert", ""),
|
||||
extra=self._properties.get("extra", "{}"),
|
||||
impersonate_user=self._properties.get("impersonate_user", False),
|
||||
encrypted_extra=serialized_encrypted_extra,
|
||||
encrypted_extra=json.dumps(encrypted_extra),
|
||||
)
|
||||
database.set_sqlalchemy_uri(sqlalchemy_uri)
|
||||
database.db_engine_spec.mutate_db_for_connection_test(database)
|
||||
|
||||
Reference in New Issue
Block a user