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 2021/12/22 17:42:48 UTC

[superset] branch master updated (b7707e8 -> c49545a)

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/superset.git.


    from b7707e8  feat: bypass cache on screenshots for alerts (#17695)
     add c49545a  fix: dataset extra import/export (#17740)

No new revisions were added by this update.

Summary of changes:
 superset/datasets/commands/export.py               |  2 +-
 superset/datasets/commands/importers/v1/utils.py   |  5 ++--
 superset/datasets/schemas.py                       | 31 +++++++++++++++++++---
 tests/integration_tests/datasets/commands_tests.py |  5 +++-
 tests/integration_tests/fixtures/importexport.py   |  2 +-
 tests/unit_tests/datasets/commands/export_test.py  |  3 ++-
 .../datasets/commands/importers/v1/import_test.py  | 23 ++++++++++------
 7 files changed, 52 insertions(+), 19 deletions(-)