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/16 02:41:19 UTC

[superset] branch sshmanager-2 updated (295b1486e9 -> 7aa9964f52)

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

hugh pushed a change to branch sshmanager-2
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 295b1486e9 move to extensions
     add 9387879c87 address craigs concerns
     add 7aa9964f52 working example

No new revisions were added by this update.

Summary of changes:
 superset/config.py                      |  4 +-
 superset/databases/ssh_tunnel/models.py | 18 -------
 superset/extensions/__init__.py         | 30 +-----------
 superset/extensions/ssh.py              | 86 +++++++++++++++++++++++++++++++++
 superset/initialization/__init__.py     |  5 ++
 superset/models/core.py                 | 25 ++++------
 6 files changed, 104 insertions(+), 64 deletions(-)
 create mode 100644 superset/extensions/ssh.py