There's now a CHART_PLUGINS_EXPERIMENTAL flag, which is great for bleeding-edge Beta plugins.
In future major versions of Superset, more plugins will likely be marked as unsupported/deprecated. We should stick these behind a CHART_PLUGINS_DEPRECATED feature flag, which would either (a) hide them from the viz gallery, allowing more current ones to continue working, or (b) block the loading of these bundles entirely, which would be even more breaking of a change.
There's now a
CHART_PLUGINS_EXPERIMENTALflag, which is great for bleeding-edge Beta plugins.In future major versions of Superset, more plugins will likely be marked as unsupported/deprecated. We should stick these behind a
CHART_PLUGINS_DEPRECATEDfeature flag, which would either (a) hide them from the viz gallery, allowing more current ones to continue working, or (b) block the loading of these bundles entirely, which would be even more breaking of a change.