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/03/24 17:24:29 UTC

[incubator-superset] branch master updated (46e39d1 -> ccb22dc)

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 46e39d1  Add global install of webpack and webpack-cli to docker-compose (#9310)
     add ccb22dc  [dataset] columns and metrics API (nested) (#9268)

No new revisions were added by this update.

Summary of changes:
 requirements.txt                                   |   2 +-
 superset/commands/exceptions.py                    |   5 +-
 superset/connectors/sqla/models.py                 |   8 +-
 superset/datasets/api.py                           |  57 +++-
 superset/datasets/commands/create.py               |  22 +-
 superset/datasets/commands/delete.py               |  13 +-
 superset/datasets/commands/exceptions.py           |  66 ++++
 .../datasets/commands/{delete.py => refresh.py}    |  16 +-
 superset/datasets/commands/update.py               |  64 ++++
 superset/datasets/dao.py                           | 153 ++++++---
 superset/datasets/schemas.py                       |  49 ++-
 superset/views/base_api.py                         |   1 +
 tests/dataset_api_tests.py                         | 360 +++++++++++++++++----
 13 files changed, 680 insertions(+), 136 deletions(-)
 copy superset/datasets/commands/{delete.py => refresh.py} (84%)