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 0968f86  chore: remove deprecated config keys and endpoints code  2.0 
(#19361)
     add 63b5e2e  perf: improve perf in SIP-68 migration (#19416)

No new revisions were added by this update.

Summary of changes:
 scripts/benchmark_migration.py                     |   5 +-
 setup.py                                           |   1 +
 superset/connectors/sqla/models.py                 |  36 +++---
 superset/connectors/sqla/utils.py                  |  87 ++++++++++++++-
 superset/migrations/shared/utils.py                |  66 +++++++++++
 .../versions/b8d3a24d9131_new_dataset_models.py    | 122 +++++++++++++++++----
 tests/unit_tests/{views => migrations}/__init__.py |   0
 .../{views => migrations/shared}/__init__.py       |   0
 tests/unit_tests/migrations/shared/utils_test.py   |  56 ++++++++++
 9 files changed, 332 insertions(+), 41 deletions(-)
 copy tests/unit_tests/{views => migrations}/__init__.py (100%)
 copy tests/unit_tests/{views => migrations/shared}/__init__.py (100%)
 create mode 100644 tests/unit_tests/migrations/shared/utils_test.py

Reply via email to