fix(reports): Add celery task execution ID to email notification logs (#35807)

Co-authored-by: Claude <noreply@anthropic.com>
This commit is contained in:
Elizabeth Thompson
2025-10-28 15:31:41 -07:00
committed by GitHub
parent 5218b4eea2
commit 61c68f7b8f
7 changed files with 17 additions and 2 deletions

View File

@@ -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):