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 784d29b chore: Moves Fade component into TableElement (#13458)
add c60a93d feat: add extract_errors to Postgres (#13997)
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 | 6 +-
superset/connectors/sqla/models.py | 5 +-
superset/databases/commands/exceptions.py | 14 +-
superset/databases/commands/test_connection.py | 57 +-------
superset/db_engine_specs/base.py | 30 ++--
superset/db_engine_specs/postgres.py | 42 ++++++
superset/db_engine_specs/presto.py | 54 +++-----
superset/errors.py | 12 +-
tests/databases/api_tests.py | 154 +++++----------------
tests/db_engine_specs/postgres_tests.py | 93 ++++++++++++-
11 files changed, 248 insertions(+), 228 deletions(-)