You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/03/22 16:54:37 UTC

(superset) branch master updated (cd7972d05b -> 30b497e758)

This is an automated email from the ASF dual-hosted git repository.

diegopucci pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from cd7972d05b feat: support for KQL in `SQLScript` (#27522)
     add 30b497e758 feat(alerts-reports): adding pdf filetype to email and slack reports (#27497)

No new revisions were added by this update.

Summary of changes:
 .../src/features/alerts/AlertReportModal.tsx       | 39 +++++++++----------
 superset/commands/report/exceptions.py             |  4 ++
 superset/commands/report/execute.py                | 23 +++++++++--
 superset/reports/models.py                         |  7 ++--
 superset/reports/notifications/base.py             |  1 +
 superset/reports/notifications/email.py            | 12 +++++-
 superset/reports/notifications/slack.py            | 15 +++++---
 superset/reports/schemas.py                        |  4 +-
 superset/utils/core.py                             | 10 +++++
 superset/{app.py => utils/pdf.py}                  | 45 ++++++++++------------
 tests/integration_tests/reports/commands_tests.py  |  6 +--
 tests/integration_tests/reports/utils.py           |  2 +-
 12 files changed, 103 insertions(+), 65 deletions(-)
 copy superset/{app.py => utils/pdf.py} (53%)