MishchenkoYuriy commented on code in PR #45702: URL: https://github.com/apache/airflow/pull/45702#discussion_r1917929503
########## airflow/www/views.py: ########## @@ -1774,7 +1774,7 @@ def log(self, session: Session = NEW_SESSION): title="Log by attempts", dag_id=dag_id, task_id=task_id, - task_display_name=ti.task_display_name, + task_display_name=ti.task_display_name if ti else "", Review Comment: Error: <img width="839" alt="traceback" src="https://github.com/user-attachments/assets/b6ebf1b8-3e2a-4424-b882-b2012a1a67b2" /> On the line 1773 you do the same https://github.com/apache/airflow/blob/03d5ba16ca63b157311d95557263dcfc7079f9c7/airflow/www/views.py#L1773 As far as I know, there isn't a bug ticket. > Does it need to be back-ported to Airflow 2.10-line? I don't have an opinion. -- 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: commits-unsubscr...@airflow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org