You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2022/01/15 05:05:09 UTC

[superset] branch master updated (5da3c45 -> 0b67fe1)

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

beto pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 5da3c45  Revert "Update superset-e2e.yml (#18041)" (#18051)
     add 0b67fe1  feat: Trino Authentications (#17593)

No new revisions were added by this update.

Summary of changes:
 .../pages/docs/Connecting to Databases/trino.mdx   | 91 +++++++++++++++++++--
 requirements/base.txt                              |  2 +
 requirements/testing.in                            |  1 +
 requirements/testing.txt                           | 10 +--
 superset/config.py                                 | 24 +++++-
 superset/db_engine_specs/base.py                   | 20 +++++
 superset/db_engine_specs/trino.py                  | 43 ++++++++++
 superset/models/core.py                            | 25 ++++--
 .../db_engine_specs/trino_tests.py                 | 93 ++++++++++++++++++++++
 9 files changed, 286 insertions(+), 23 deletions(-)