You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by jo...@apache.org on 2020/01/08 19:50:43 UTC

[incubator-superset] branch master updated (2a94150 -> 2d456e8)

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

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


    from 2a94150  Moving appbuilder.xxx out of view files and into app.py (#8912)
     add 2d456e8  [fix] Enforce the query result to contain a data-frame (#8935)

No new revisions were added by this update.

Summary of changes:
 superset/connectors/druid/models.py |   8 +-
 superset/connectors/sqla/models.py  |   4 +-
 superset/models/helpers.py          |  11 +--
 superset/viz.py                     | 160 ++++++++++++++++++------------------
 tests/model_tests.py                |   7 +-
 5 files changed, 97 insertions(+), 93 deletions(-)