Superset Plugin Compatibility: What Breaks Between 3.x and 4.x and How to Migrate a Plugin
A custom chart plugin is compiled into the Superset frontend bundle. That is what makes it fast and first-class, and it is also why an upgrade can break it: the plugin is built against one version of @superset-ui/core and @superset-ui/chart-controls , and after the upgrade it runs against another. ...
Anurag Pattnaik
3 min read
Apache Superset

Table of Contents

Related Articles
Explore more insights and updates from our blog.




