mirror of
https://github.com/apache/superset.git
synced 2026-07-23 23:25:45 +00:00
feat(dashboard): export dashboard chart data to Excel (async, S3 + email) (#41133)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user