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 c1cb361 feat: script to benchmark DB migrations (#13561)
add 21c6efe chore: rename connection errors (#14169)
No new revisions were added by this update.
Summary of changes:
.../src/components/ErrorMessage/types.ts | 18 +++++------
superset-frontend/src/setup/setupErrorMessages.ts | 22 +++++++++++--
superset/db_engine_specs/mssql.py | 24 +++++++--------
superset/db_engine_specs/mysql.py | 26 ++++++++--------
superset/db_engine_specs/postgres.py | 36 +++++++++++-----------
superset/db_engine_specs/redshift.py | 30 +++++++++---------
superset/errors.py | 28 ++++++++---------
tests/databases/api_tests.py | 2 +-
tests/db_engine_specs/mssql_tests.py | 10 +++---
tests/db_engine_specs/mysql_tests.py | 10 +++---
tests/db_engine_specs/postgres_tests.py | 14 ++++-----
tests/db_engine_specs/redshift_tests.py | 12 ++++----
12 files changed, 121 insertions(+), 111 deletions(-)