Files
superset2/docker/pythonpath_dev/superset_config.py
Hugh A Miles II 5f7f6adb53 fix(dashboard): register Excel export task in docker dev CeleryConfig
The docker dev config overrides CELERY_CONFIG with its own imports tuple,
which was missing superset.tasks.export_dashboard_excel — exactly the
silent-failure mode documented in UPDATING.md: the endpoint returns 202
but the worker never registers the task, so exports never run in the
standard docker-compose dev environment.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 20:03:01 -04:00

5.1 KiB