You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2019/12/18 00:18:03 UTC

[incubator-superset] branch master updated (9ed4b24 -> 7a68cb7)

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

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


    from 9ed4b24  Add toast presenter to Welcome app (#8854)
     add 7a68cb7  factor out datasource_access_request model (#8809)

No new revisions were added by this update.

Summary of changes:
 superset/models/__init__.py                  |   2 +-
 superset/models/core.py                      |  68 ------------------
 superset/models/datasource_access_request.py | 101 +++++++++++++++++++++++++++
 superset/views/core.py                       |   3 +-
 tests/access_tests.py                        |   3 +-
 tests/base_tests.py                          |   3 +-
 tests/core_tests.py                          |   3 +-
 7 files changed, 110 insertions(+), 73 deletions(-)
 create mode 100644 superset/models/datasource_access_request.py