GitHub user worker123-tech created a discussion: Does Superset 6.0.0 officially
support the Extension Framework (.supx)?
**Question**
Hi Superset community,
I’m currently using Superset 6.0.0 (official release) and I’m trying to use the
Extension Framework described in the apache-superset-extensions repository.
Here is what I have done so far:
Created an extension project using the extension template.
Built the frontend and bundled the extension:
npm install
superset-extensions bundle
This successfully generated a .supx package.
Mounted the extension file into the Superset container:
/app/extensions/my-extension.supx
Enabled extensions in superset_config.py:
FEATURE_FLAGS = {
"ENABLE_EXTENSIONS": True
}
EXTENSIONS_PATH = "/app/extensions"
Restarted the Superset container.
However, I noticed a few issues:
The superset extensions CLI command does not exist in Superset 6.0.0.
Installing apache-superset-extensions-cli does not register the extensions
command.
I cannot find any UI entry point for managing or loading extensions.
So I have a few questions:
**1. Does Superset 6.0.0 officially support the Extension Framework (.supx)?
2. If not, which version of Superset introduces official support for extensions?
3. Is the apache-superset-extensions repository intended only for the
development branch (e.g., master / future releases)?
4. If I want to extend Superset in 6.0.0, what is the recommended approach?**
**For example:**
frontend plugin
custom chart plugin
embedding custom UI components
Any clarification would be greatly appreciated.
Thanks for the amazing work on Superset!
GitHub link: https://github.com/apache/superset/discussions/38607
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]