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 2020/11/25 19:48:10 UTC

[incubator-superset] branch master updated (4cbf482 -> c354e7e)

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 4cbf482  fix: add feature flag for domain sharding (#11797)
     add c354e7e  fix: remove root dir from ZIP bundle (#11805)

No new revisions were added by this update.

Summary of changes:
 superset/charts/api.py                  |  5 +++--
 superset/commands/importers/v1/utils.py | 12 +++++++++--
 superset/dashboards/api.py              |  5 +++--
 superset/databases/api.py               |  5 +++--
 superset/datasets/api.py                |  5 +++--
 tests/charts/api_tests.py               | 24 +++++++++++++---------
 tests/dashboards/api_tests.py           | 36 ++++++++++++++++++++++-----------
 tests/databases/api_tests.py            | 24 ++++++++++++++--------
 tests/datasets/api_tests.py             | 34 +++++++++++++++++++++----------
 9 files changed, 99 insertions(+), 51 deletions(-)