This is an automated email from the ASF dual-hosted git repository.
dpgaspar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 1aab4c0 [charts] Fix, double registration of charts API (#9134)
add f993bdc [database] new, select star API migration (#9054)
No new revisions were added by this update.
Summary of changes:
superset/security/manager.py | 7 ++-
superset/views/base_api.py | 11 ++++
superset/views/core.py | 27 +++++++++-
superset/views/database/api.py | 98 ++++++++++++++++++++++++++++-------
superset/views/database/decorators.py | 61 ++++++++++++++++++++++
tests/core_tests.py | 9 ++++
tests/database_api_tests.py | 78 +++++++++++++++++++++++++++-
7 files changed, 266 insertions(+), 25 deletions(-)
create mode 100644 superset/views/database/decorators.py