mirror of
https://github.com/apache/superset.git
synced 2026-04-29 04:54:21 +00:00
- Add load_extension_backend() to install in-memory modules and import entry points - Entry points are module names that self-register on import - Add volume mounts in docker-compose-light.yml for extensions development: - superset-core for local Pydantic models - extensions directory for .supx bundles - Add EXTENSIONS_PATH config support - Simplify init_extensions() to delegate to get_extensions() Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>