This is an automated email from the ASF dual-hosted git repository.
michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from fb6f3fbb4d chore: update files for release 6.0.0 (#36745)
add 5920cb57ea refactor(extensions): add Pydantic validation for extension
configuration (#36767)
No new revisions were added by this update.
Summary of changes:
.../src/superset_core/extensions/types.py | 233 +++++++++++++++----
.../src/superset_extensions_cli/cli.py | 57 ++---
superset-extensions-cli/tests/test_cli_build.py | 43 ++--
superset-extensions-cli/tests/test_cli_dev.py | 12 +-
superset/extensions/discovery.py | 3 +-
superset/extensions/utils.py | 55 +++--
superset/initialization/__init__.py | 4 +-
tests/unit_tests/extensions/test_types.py | 258 +++++++++++++++++++++
8 files changed, 533 insertions(+), 132 deletions(-)
create mode 100644 tests/unit_tests/extensions/test_types.py