bbovenzi commented on code in PR #26043:
URL: https://github.com/apache/airflow/pull/26043#discussion_r959590131


##########
airflow/www/static/js/task_instances.js:
##########
@@ -98,6 +98,7 @@ export default function tiTooltip(ti, { includeTryNumber = 
false } = {}) {
   if (ti.operator !== undefined) {
     tt += `Operator: ${escapeHtml(ti.operator)}<br>`;
   }
+  tt += `Trigger Rule: ${task.trigger_rule}<br>`;

Review Comment:
   Wrap this in an if statement checking that task and trigger_rule are defined.
   



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

Reply via email to