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. How is that rendered?
--
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]