This is an automated email from the ASF dual-hosted git repository.
bkyryliuk pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 28bb2e1 docs: FAQ entry for 'Does Superset have an API' (#10071)
add 29e9f2c feat: superset report slack integration (#9810)
No new revisions were added by this update.
Summary of changes:
requirements.txt | 1 +
setup.py | 1 +
superset/config.py | 4 +
...y => 743a117f0d98_add_slack_to_the_schedule.py} | 21 +--
superset/models/schedules.py | 1 +
superset/tasks/schedules.py | 196 +++++++++++++++------
superset/tasks/slack_util.py | 46 +++++
superset/views/schedules.py | 22 ++-
tests/schedules_test.py | 134 ++++++++++++--
9 files changed, 353 insertions(+), 73 deletions(-)
copy superset/migrations/versions/{f1f2d4af5b90_.py =>
743a117f0d98_add_slack_to_the_schedule.py} (66%)
create mode 100644 superset/tasks/slack_util.py