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/incubator-superset.git.
from 8da1900 feat: add hook for dataset health check (#11970)
add 8bda6b0 feat: show missing parameters in query (#12049)
No new revisions were added by this update.
Summary of changes:
docs/src/pages/docs/Miscellaneous/issue_codes.mdx | 11 +++++++
.../src/SqlLab/components/ResultSet.tsx | 10 ++++++-
.../src/SqlLab/components/SqlEditor.jsx | 16 +++++-----
.../src/components/ErrorMessage/types.ts | 3 ++
superset-frontend/src/featureFlags.ts | 1 +
superset/errors.py | 13 +++++++++
superset/jinja_context.py | 5 ++--
superset/utils/core.py | 5 ++++
superset/views/core.py | 34 ++++++++++++++++++++--
tests/base_tests.py | 2 ++
tests/sqllab_tests.py | 21 ++++++++++++-
11 files changed, 108 insertions(+), 13 deletions(-)