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 1638e6e test: exploreUtils (#13719)
add a82d72f feat: initial work to make v1 API compatible with SIP-40 and
SIP-41 (#13960)
No new revisions were added by this update.
Summary of changes:
docs/src/pages/docs/Miscellaneous/issue_codes.mdx | 18 +++++
.../src/components/ErrorMessage/types.ts | 8 +-
superset/databases/api.py | 12 +--
superset/databases/commands/exceptions.py | 1 +
superset/errors.py | 22 +++++-
superset/exceptions.py | 14 ++--
superset/schemas.py | 49 +++++++++++++
superset/views/base.py | 79 +++++++++++++++++++-
superset/views/base_api.py | 20 ++++-
tests/databases/api_tests.py | 85 ++++++++++++++++++++--
10 files changed, 282 insertions(+), 26 deletions(-)
create mode 100644 superset/schemas.py