mirror of
https://github.com/apache/superset.git
synced 2026-07-18 12:45:44 +00:00
Working documents for the remove-legacy-viz-pipeline feature branch; stripped before final merge. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2.2 KiB
2.2 KiB
UPDATES: staged entries for UPDATING.md
Working tracker for the
remove-legacy-viz-pipelinefeature branch. Each bullet below is drafted in UPDATING.md's voice and will be moved intoUPDATING.mdunder "Next" before the feature branch merges. This file is then deleted.
Breaking changes (drafts)
- The deprecated
/superset/explore_json/endpoints (deprecated since 3.0, EOL 5.0.0) have been removed. All charts now use/api/v1/chart/data. superset/viz.pyhas been removed. Anything importingsuperset.viz(custom code, plugins) must migrate to the QueryContext /pandas_postprocessingpipeline.- The
useLegacyApifield ofChartMetadatain@superset-ui/corehas been removed. Third-party viz plugins that set it must provide abuildQueryand use the v1 chart data API. - Legacy plugin packages have been renamed to drop the
legacy-prefix (e.g.@superset-ui/legacy-plugin-chart-chord→@superset-ui/plugin-chart-chord). (enumerate final list here) - "Bubble Chart (legacy)" (
bubble) charts are automatically migrated to the ECharts Bubble Chart (bubble_v2). - "Time-series Percent Change" (
compare) charts are automatically migrated to the ECharts Line Chart. The interactive re-basing of the nvd3 renderer is not preserved.
Non-breaking notes (drafts)
(add as they come up — e.g. behavior nuances found while porting get_data reshapes)