This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from e0a83f023c fix(trino): db session error in handle cursor (#31265)
add c5f8aaf7fd fix: add mutator to get_columns_description (#29885)
No new revisions were added by this update.
Summary of changes:
superset/connectors/sqla/utils.py | 5 +-
tests/integration_tests/datasource_tests.py | 127 +++++++++++++------------
tests/unit_tests/connectors/sqla/utils_test.py | 91 ++++++++++++++++++
3 files changed, 162 insertions(+), 61 deletions(-)
create mode 100644 tests/unit_tests/connectors/sqla/utils_test.py