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 8ef572a refactor(native-filters): update dataMask and ExtraFormData
schema (#13983)
add eadff5f feat: invalid DB name error messages
(MySQL/Postgres/Redshift) (#14146)
No new revisions were added by this update.
Summary of changes:
docs/src/pages/docs/Miscellaneous/issue_codes.mdx | 12 +++++--
.../src/components/ErrorMessage/types.ts | 2 ++
superset/db_engine_specs/mysql.py | 10 ++++++
superset/db_engine_specs/postgres.py | 10 ++++++
superset/db_engine_specs/redshift.py | 10 ++++++
superset/errors.py | 10 ++++++
tests/db_engine_specs/mysql_tests.py | 36 +++++++++++++++++---
tests/db_engine_specs/postgres_tests.py | 35 +++++++++++++++++---
tests/db_engine_specs/redshift_tests.py | 38 +++++++++++++++++++---
9 files changed, 147 insertions(+), 16 deletions(-)