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 64b5aae style: improve the "Create New Chart" screen's usability
(#11383)
add 00e3944 feat: export datasets as ZIP files (#11332)
No new revisions were added by this update.
Summary of changes:
superset/databases/commands/export.py | 15 +-
superset/datasets/api.py | 32 +++-
.../{databases => datasets}/commands/export.py | 77 +++++----
tests/databases/commands_tests.py | 15 +-
tests/datasets/api_tests.py | 64 +++++++
tests/datasets/commands_tests.py | 185 +++++++++++++++++++++
6 files changed, 337 insertions(+), 51 deletions(-)
copy superset/{databases => datasets}/commands/export.py (50%)
create mode 100644 tests/datasets/commands_tests.py