You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by er...@apache.org on 2019/12/02 22:33:49 UTC

[incubator-superset] branch master updated (ac0e353 -> bca2b91)

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

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


    from ac0e353  Update docs on gunicorn (#8710)
     add bca2b91  Split functionality out of views/database/__init__.py, re-enable pylint (#8713)

No new revisions were added by this update.

Summary of changes:
 superset/views/database/__init__.py                | 257 ---------------------
 superset/views/database/api.py                     |   3 +-
 superset/views/database/forms.py                   |   1 -
 superset/views/database/{__init__.py => mixins.py} |  57 ++---
 superset/views/database/validators.py              |  55 +++++
 superset/views/database/views.py                   |  33 +--
 6 files changed, 85 insertions(+), 321 deletions(-)
 copy superset/views/database/{__init__.py => mixins.py} (87%)
 create mode 100644 superset/views/database/validators.py