Files
superset2/UPDATES.md
Claude Code 3c53228c69 chore(viz): add SCOPE/UPDATES trackers for legacy viz pipeline removal
Working documents for the remove-legacy-viz-pipeline feature branch;
stripped before final merge.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-17 14:10:45 -07:00

2.2 KiB

UPDATES: staged entries for UPDATING.md

Working tracker for the remove-legacy-viz-pipeline feature branch. Each bullet below is drafted in UPDATING.md's voice and will be moved into UPDATING.md under "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.py has been removed. Anything importing superset.viz (custom code, plugins) must migrate to the QueryContext / pandas_postprocessing pipeline.
  • The useLegacyApi field of ChartMetadata in @superset-ui/core has been removed. Third-party viz plugins that set it must provide a buildQuery and 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)