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 2023/01/03 21:05:28 UTC

[superset] branch create-sshtunnelconfig-tbl updated (394afc16d6 -> 9b09fc7791)

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

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


    from 394afc16d6 get df with get_raw_connection function
     add 9b09fc7791 feat(ssh_tunnel): APIs for SSH Tunnels (#22199)

No new revisions were added by this update.

Summary of changes:
 superset/constants.py                              |   1 +
 superset/databases/api.py                          | 111 ++++++++
 superset/databases/commands/create.py              |  33 ++-
 superset/databases/commands/update.py              |  35 ++-
 superset/databases/schemas.py                      |   1 +
 superset/databases/ssh_tunnel/commands/create.py   |  16 +-
 superset/databases/ssh_tunnel/models.py            |  10 +
 .../utils/ssh_tunnel.py                            |  23 +-
 tests/integration_tests/databases/api_tests.py     | 310 +++++++++++++++++++++
 tests/unit_tests/databases/api_test.py             | 144 ++++++++++
 10 files changed, 656 insertions(+), 28 deletions(-)
 copy tests/example_data/data_loading/base_data_loader.py => superset/utils/ssh_tunnel.py (61%)