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 ca40877 feat: add certifications to tables (#11450)
add fbcfaac feat: create base class for export commands (#11463)
No new revisions were added by this update.
Summary of changes:
superset/charts/commands/export.py | 39 +++++--------
superset/dashboards/commands/export.py | 31 +++-------
superset/databases/commands/export.py | 35 ++++--------
superset/datasets/commands/export.py | 40 ++++---------
superset/importexport/commands/base.py | 69 +++++++++++++++++++++++
superset/queries/saved_queries/commands/export.py | 39 +++++--------
tests/charts/commands_tests.py | 9 +--
tests/dashboards/commands_tests.py | 9 +--
tests/databases/commands_tests.py | 9 +--
tests/datasets/commands_tests.py | 9 +--
tests/importexport/commands_tests.py | 48 ++++++++++++++++
tests/queries/saved_queries/commands_tests.py | 9 +--
12 files changed, 199 insertions(+), 147 deletions(-)
create mode 100644 superset/importexport/commands/base.py
create mode 100644 tests/importexport/commands_tests.py