You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by dp...@apache.org on 2020/11/06 09:37:58 UTC

[incubator-superset] branch master updated (6d5d92a -> bd79bd2)

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/incubator-superset.git.


    from 6d5d92a  fix: Issues with filters and metrics popovers (#11578)
     add bd79bd2  feat: new report schedule models (#11550)

No new revisions were added by this update.

Summary of changes:
 .../versions/49b5a32daba5_add_report_schedules.py  | 133 ++++++++++++++++
 superset/models/reports.py                         | 177 +++++++++++++++++++++
 2 files changed, 310 insertions(+)
 create mode 100644 superset/migrations/versions/49b5a32daba5_add_report_schedules.py
 create mode 100644 superset/models/reports.py