emecii opened a new pull request, #72901: URL: https://github.com/apache/airflow/pull/72901
closes: #43510 Task logs can be absent when a task times out in queued state, becomes a zombie, or never starts. The log pane now shows an informational alert in those cases with a direct link to the task instance Audit Log, while preserving any state-specific log message returned by the API. The regression coverage includes an empty log response, a zero-attempt task with the current synthetic no-log response, and a task with normal logs. ### Validation - `pnpm exec vitest run src/pages/TaskInstance/Logs/Logs.test.tsx` (17 passed) - `pnpm lint` - `pnpm build` - `prek run --files <changed files>` ### Screenshots Before/after screenshots will be attached before this PR is marked ready. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Codex (GPT-5) Generated-by: Codex (GPT-5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) --- Drafted-by: Codex (GPT-5) (no human review before posting) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
