This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 3.1
in repository https://gitbox.apache.org/repos/asf/superset.git
from e48dae781f fix(sqllab): unable to remove table (#27636)
new 119b2b0c93 fix: Leverage actual database for rendering Jinjarized SQL
(#27646)
new 19b05d3422 fix: Provide more inclusive error handling for saved
queries (#27644)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
superset/models/sql_lab.py | 5 +--
superset/security/manager.py | 4 +--
superset/sql_parse.py | 16 +++++----
tests/unit_tests/models/sql_lab_test.py | 59 +++++++++++++++++++++++++++++++++
tests/unit_tests/sql_parse_tests.py | 6 +++-
5 files changed, 77 insertions(+), 13 deletions(-)
create mode 100644 tests/unit_tests/models/sql_lab_test.py