You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2021/12/08 13:52:28 UTC

[superset] branch master updated (c4b0495 -> 8c25f2f)

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 c4b0495  feat: customize recent activity access (#17589)
     add 8c25f2f  fix: extract tables doesn't work with reserved keywords (#17654)

No new revisions were added by this update.

Summary of changes:
 superset/sql_parse.py                      |   16 +-
 tests/integration_tests/sql_parse_tests.py |  757 --------------------
 tests/unit_tests/sql_parse_tests.py        | 1061 +++++++++++++++++++++++++++-
 3 files changed, 1072 insertions(+), 762 deletions(-)
 delete mode 100644 tests/integration_tests/sql_parse_tests.py