bbovenzi commented on code in PR #38446:
URL: https://github.com/apache/airflow/pull/38446#discussion_r1538363623
##########
airflow/www/static/js/dag/details/Header.tsx:
##########
@@ -105,7 +106,7 @@ const Header = () => {
onClick={clearSelection}
_hover={isDagDetails ? { cursor: "default" } : undefined}
>
- <BreadcrumbText label="DAG" value={dagId} />
+ <BreadcrumbText label="DAG" value={dagDisplayName} />
Review Comment:
Should we use dagId as a backup or will displayName always exist?
--
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]