syedahsn commented on code in PR #40034:
URL: https://github.com/apache/airflow/pull/40034#discussion_r1639097200
##########
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:
Ah that makes sense. I agree, `<default>` is better from a user's
perspective. Thanks!
--
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]