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

hugh pushed a change to branch hugh/text-db-config
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from c4c1507  fix merge again
     add c7112d1  feat: error messages for Presto connections  (#14172)
     add 619a6e8  ummm

No new revisions were added by this update.

Summary of changes:
 docs/src/pages/docs/Miscellaneous/issue_codes.mdx  |   8 +
 .../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     |  28 ++-
 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, 314 insertions(+), 77 deletions(-)

Reply via email to