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 f3b68cb add import icon (#11652)
add 4a070cf chore: consolidate dashboard import logic (#11529)
No new revisions were added by this update.
Summary of changes:
superset/cli.py | 19 +-
superset/dashboards/commands/importers/v0.py | 336 +++++++++++++++++++++++++++
superset/models/dashboard.py | 182 +--------------
superset/models/slice.py | 45 +---
superset/utils/dashboard_import_export.py | 67 ------
superset/views/core.py | 9 +-
tests/import_export_tests.py | 33 ++-
7 files changed, 367 insertions(+), 324 deletions(-)
create mode 100644 superset/dashboards/commands/importers/v0.py