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 fd7f1d3052 fix: x axis title disappears when editing bar chart (#30821)
add 6e092dd5a6 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