jscheffl commented on code in PR #40639:
URL: https://github.com/apache/airflow/pull/40639#discussion_r1669332014


##########
airflow/www/static/js/dag/details/taskInstance/Details.tsx:
##########
@@ -335,11 +351,49 @@ const Details = ({ gridInstance, taskInstance, group }: 
Props) => {
                       // skip
                     }
                   }
+                  const fieldStr = field as string;
+                  try {
+                    const fieldJson = JSON.parse(fieldStr);
+                    return (

Review Comment:
   Thanks for the hints, needed ~10 iterations but now I assume I got it. 
Consolidated and in total only 19 lines added in code-base for a common 
component - XCom following :-D



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