This is an automated email from the ASF dual-hosted git repository.
dpgaspar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from b427a80 fix(sqla): apply sqla type on calculated columns (#14014)
add 89817d4 fix(alerts/reports): working timeout with celery kill and
logic fix (#13911)
No new revisions were added by this update.
Summary of changes:
superset/config.py | 8 ++++
superset/reports/commands/alert.py | 11 ++++-
superset/reports/commands/execute.py | 7 ++-
superset/reports/dao.py | 19 ++++++++
superset/tasks/scheduler.py | 15 +++++-
tests/reports/commands_tests.py | 27 +++++++----
tests/reports/scheduler_tests.py | 88 ++++++++++++++++++++++++++++++++++++
tests/superset_test_config.py | 2 +
8 files changed, 166 insertions(+), 11 deletions(-)
create mode 100644 tests/reports/scheduler_tests.py