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 2021/01/22 21:07:15 UTC

[superset] branch master updated (b1c203b -> 4255c22)

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 b1c203b  Updade connection prefix (#12673)
     add 4255c22  feat: add decorator to guard public APIs (#12635)

No new revisions were added by this update.

Summary of changes:
 superset/config.py                    |   2 +-
 superset/sql_lab.py                   |  19 +++++-
 superset/utils/public_interfaces.py   |  74 ++++++++++++++++++++++++
 tests/utils/public_interfaces_test.py | 106 ++++++++++++++++++++++++++++++++++
 4 files changed, 197 insertions(+), 4 deletions(-)
 create mode 100644 superset/utils/public_interfaces.py
 create mode 100644 tests/utils/public_interfaces_test.py