You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ta...@apache.org on 2022/12/21 23:36:48 UTC

[superset] branch master updated (b954f8f560 -> 7d8fff87b5)

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

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


    from b954f8f560 feat(welcome): make examples tab customizable (#22302)
     add 7d8fff87b5 fix(assets api): import replaces dashboard (#22208)

No new revisions were added by this update.

Summary of changes:
 superset/commands/importers/v1/assets.py           |  35 ++-
 .../unit_tests/commands/importers}/__init__.py     |   0
 .../unit_tests/commands/importers/v1}/__init__.py  |   0
 .../commands/importers/v1/assets_test.py           | 131 +++++++++++
 .../unit_tests/fixtures}/__init__.py               |   0
 tests/unit_tests/fixtures/assets_configs.py        | 259 +++++++++++++++++++++
 6 files changed, 407 insertions(+), 18 deletions(-)
 copy {superset/advanced_data_type => tests/unit_tests/commands/importers}/__init__.py (100%)
 copy {superset/advanced_data_type => tests/unit_tests/commands/importers/v1}/__init__.py (100%)
 create mode 100644 tests/unit_tests/commands/importers/v1/assets_test.py
 copy {superset/advanced_data_type => tests/unit_tests/fixtures}/__init__.py (100%)
 create mode 100644 tests/unit_tests/fixtures/assets_configs.py