This is an automated email from the ASF dual-hosted git repository.

hugh pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from df04c3a  feat: error messages when connecting to mssql (#14171)
     add c7112d1  feat: error messages for Presto connections  (#14172)

No new revisions were added by this update.

Summary of changes:
 docs/src/pages/docs/Miscellaneous/issue_codes.mdx  |   9 +
 .../src/components/ErrorMessage/types.ts           |   1 +
 superset-frontend/src/setup/setupErrorMessages.ts  |   4 +
 superset/databases/commands/exceptions.py          |   3 +-
 superset/databases/commands/test_connection.py     |  22 ++-
 superset/db_engine_specs/mysql.py                  |   5 +-
 superset/db_engine_specs/postgres.py               |   5 +-
 superset/db_engine_specs/presto.py                 | 112 +++++++-----
 superset/errors.py                                 |  18 +-
 tests/db_engine_specs/mysql_tests.py               |   8 +-
 tests/db_engine_specs/postgres_tests.py            |  11 +-
 tests/db_engine_specs/presto_tests.py              | 188 +++++++++++++++++++++
 12 files changed, 315 insertions(+), 71 deletions(-)

Reply via email to