This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch 6.0
in repository https://gitbox.apache.org/repos/asf/superset.git
from c4fd5759af fix(security): enforce datasource access control in
get_samples() (#36550)
add fe9202ee0b fix(alerts): wrong alert trigger with custom query (#35871)
No new revisions were added by this update.
Summary of changes:
superset/commands/report/alert.py | 66 +++-
superset/commands/report/execute.py | 18 +-
tests/integration_tests/reports/alert_tests.py | 8 +-
tests/unit_tests/commands/report/alert_test.py | 496 +++++++++++++++++++++++++
4 files changed, 570 insertions(+), 18 deletions(-)
create mode 100644 tests/unit_tests/commands/report/alert_test.py