This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch 4.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from 34b06f94ab fix(AlertReports): disabling value when not null option is
active (#27550)
new 51ad63426c fix: Leverage actual database for rendering Jinjarized SQL
(#27646)
new 5c567895cc 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