This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 824dc7188b fix: Right click on country map with code filter (#22081)
add 86d52fcbc4 chore: remove shadow write of new sip 68 dataset models
(#21986)
No new revisions were added by this update.
Summary of changes:
superset/connectors/sqla/models.py | 491 +---------
superset/datasets/dao.py | 24 +-
tests/integration_tests/datasets/api_tests.py | 8 +-
tests/integration_tests/datasets/model_tests.py | 87 --
tests/unit_tests/datasets/test_models.py | 1153 -----------------------
tests/unit_tests/datasource/dao_tests.py | 12 +-
6 files changed, 37 insertions(+), 1738 deletions(-)
delete mode 100644 tests/integration_tests/datasets/model_tests.py
delete mode 100644 tests/unit_tests/datasets/test_models.py