This is an automated email from the ASF dual-hosted git repository.
villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from a729f04695 fix(chart): apply number format in Box Plot tooltip only
where necessary (#27142)
add 58edc79820 fix(mssql db_engine_spec): adds uniqueidentifier to
column_type_mappings (#30618)
No new revisions were added by this update.
Summary of changes:
superset/db_engine_specs/mssql.py | 8 ++++
superset/models/sql_types/mssql_sql_types.py | 61 ++++++++++++++++++++++++++
tests/unit_tests/db_engine_specs/test_mssql.py | 2 +
3 files changed, 71 insertions(+)
create mode 100644 superset/models/sql_types/mssql_sql_types.py