mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: add event_logger to test_connection and create_database commands (#13468)
Co-authored-by: Beto Dealmeida <roberto@dealmeida.net>
This commit is contained in:
@@ -56,7 +56,7 @@ class DatabaseDAO(BaseDAO):
|
||||
@staticmethod
|
||||
def build_db_for_connection_test(
|
||||
server_cert: str, extra: str, impersonate_user: bool, encrypted_extra: str
|
||||
) -> Optional[Database]:
|
||||
) -> Database:
|
||||
return Database(
|
||||
server_cert=server_cert,
|
||||
extra=extra,
|
||||
|
||||
Reference in New Issue
Block a user