feat(dashboard): export dashboard chart data to Excel (async, S3 + email) (#41133)

This commit is contained in:
Hugh A. Miles II
2026-07-21 12:17:00 -04:00
committed by GitHub
parent 6c58afe6ac
commit 00cb3037e7
26 changed files with 3193 additions and 20 deletions

View File

@@ -87,6 +87,7 @@ class CeleryConfig:
"superset.tasks.scheduler",
"superset.tasks.thumbnails",
"superset.tasks.cache",
"superset.tasks.export_dashboard_excel",
)
result_backend = f"redis://{REDIS_HOST}:{REDIS_PORT}/{REDIS_RESULTS_DB}"
worker_prefetch_multiplier = 1