jscheffl commented on code in PR #45702:
URL: https://github.com/apache/airflow/pull/45702#discussion_r1917975232


##########
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:
   Thanks! Bug ticket not needed - just wanted to understand the context.
   Back-port to 2.10-line would be something that I would take care of. Nothing 
you need to to. Mainly wanted to know if the error is from Airflow 2.10... or 
which version you are running?
   
   Can you describe where and how the error was produced? Which link did you 
click? Is a specific DAG needed? Just want to understand for proper 
qualification.
   
   And forgot to say: Thanks for the contribution and implicit 
improvement/reporting the issue! That is all appreciated!



-- 
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

Reply via email to