syedahsn commented on code in PR #40034:
URL: https://github.com/apache/airflow/pull/40034#discussion_r1628168153


##########
airflow/www/static/js/dag/details/taskInstance/Details.tsx:
##########
@@ -53,6 +53,7 @@ const Details = ({ gridInstance, taskInstance, group }: 
Props) => {
   const endDate = gridInstance?.endDate || taskInstance?.endDate;
   const taskId = gridInstance?.taskId || taskInstance?.taskId;
   const mapIndex = gridInstance?.mapIndex || taskInstance?.mapIndex;
+  const executor = taskInstance?.executor || "<default>";

Review Comment:
   Just curious about how the default value here. There's a comment below that 
suggests that a value of None indicates that the default executor is being 
used. I'm not leaning towards either option, but I think we should be 
consistent with the default value.



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