You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by vi...@apache.org on 2022/02/10 08:29:51 UTC

[superset] branch master updated (00eb6b1 -> b8aef10)

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 00eb6b1  feat: editable title xl certified badge (#18626)
     add b8aef10  fix(mssql): support cte in virtual tables (#18567)

No new revisions were added by this update.

Summary of changes:
 superset/connectors/sqla/models.py             | 47 ++++++++++++++++++------
 superset/db_engine_specs/base.py               | 34 +++++++++++++++++
 superset/db_engine_specs/mssql.py              |  1 +
 tests/integration_tests/core_tests.py          |  2 +-
 tests/unit_tests/db_engine_specs/test_base.py  | 43 ++++++++++++++++++++++
 tests/unit_tests/db_engine_specs/test_mssql.py | 51 ++++++++++++++++++++++++++
 6 files changed, 165 insertions(+), 13 deletions(-)