This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from c3f1873c43 fix(sqllab): Add templateParams on kv store (#22013)
add ce145c676c refactor: use exception status for logging (#21971)
No new revisions were added by this update.
Summary of changes:
superset/errors.py | 3 +
superset/reports/commands/exceptions.py | 14 ++++
superset/reports/commands/execute.py | 57 ++++++++++-----
superset/reports/notifications/email.py | 7 +-
superset/reports/notifications/exceptions.py | 30 +++++++-
superset/reports/notifications/slack.py | 34 ++++++++-
superset/tasks/scheduler.py | 12 ++--
superset/utils/core.py | 6 ++
superset/utils/log.py | 23 +++++-
tests/integration_tests/reports/commands_tests.py | 81 ++++++++++++++++++++--
.../utils/log_tests.py} | 29 ++++----
11 files changed, 253 insertions(+), 43 deletions(-)
copy tests/{integration_tests/db_engine_specs/kylin_tests.py =>
unit_tests/utils/log_tests.py} (62%)