mirror of
https://github.com/apache/superset.git
synced 2026-04-19 16:14:52 +00:00
fix(reports): Add celery task execution ID to email notification logs (#35807)
Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
committed by
GitHub
parent
5218b4eea2
commit
61c68f7b8f
@@ -216,6 +216,7 @@ class HeaderDataType(TypedDict):
|
||||
chart_id: int | None
|
||||
dashboard_id: int | None
|
||||
slack_channels: list[str] | None
|
||||
execution_id: str | None
|
||||
|
||||
|
||||
class DatasourceDict(TypedDict):
|
||||
|
||||
Reference in New Issue
Block a user