You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by be...@apache.org on 2020/11/24 00:38:00 UTC

[incubator-superset] branch master updated (2566319 -> 25345be)

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

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


    from 2566319  docs: add Xite to users list (#11775)
     add 25345be  feat: add a command to import dashboards (#11749)

No new revisions were added by this update.

Summary of changes:
 superset/commands/export.py                        |   2 +-
 superset/dashboards/commands/export.py             |   5 +-
 .../commands/importers/v1/__init__.py              |  65 +++++++-
 .../commands/importers/v1/utils.py                 |  31 ++--
 superset/dashboards/schemas.py                     |  11 ++
 tests/charts/commands_tests.py                     |   2 +
 tests/dashboards/commands_tests.py                 | 179 +++++++++++++++++++++
 tests/databases/commands_tests.py                  |   2 +
 tests/datasets/commands_tests.py                   |   2 +
 tests/fixtures/importexport.py                     |  59 +++++++
 10 files changed, 338 insertions(+), 20 deletions(-)
 copy superset/{charts => dashboards}/commands/importers/v1/__init__.py (67%)
 copy superset/{databases => dashboards}/commands/importers/v1/utils.py (60%)