You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by hu...@apache.org on 2022/12/08 15:33:06 UTC

[superset] 01/02: adding more logs

This is an automated email from the ASF dual-hosted git repository.

hugh pushed a commit to branch testing-tunnel
in repository https://gitbox.apache.org/repos/asf/superset.git

commit bfc5766211b2adfd538bb17bc230b9ae2b5b688d
Author: hughhhh <hu...@gmail.com>
AuthorDate: Wed Dec 7 18:13:28 2022 -0500

    adding more logs
---
 superset/models/core.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/superset/models/core.py b/superset/models/core.py
index 2826d4e3a7..0289ac70f3 100755
--- a/superset/models/core.py
+++ b/superset/models/core.py
@@ -379,6 +379,7 @@ class Database(
             DatabaseDAO,
         )
 
+        logger.info("Testing %", override_ssh_tunnel)
         if ssh_tunnel := override_ssh_tunnel or DatabaseDAO.get_ssh_tunnel(
             database_id=self.id
         ):