Lee-W commented on code in PR #37570:
URL: https://github.com/apache/airflow/pull/37570#discussion_r1499158375


##########
airflow/www/static/js/components/Table/Cells.tsx:
##########
@@ -150,6 +150,9 @@ export const TaskInstanceLink = ({ cell: { value, row } }: 
CellProps) => {
   const { sourceRunId, sourceDagId, sourceMapIndex } = row.original;
   const gridUrl = getMetaValue("grid_url");
   const dagId = getMetaValue("dag_id");
+  if (!value || !sourceRunId || !sourceDagId || !gridUrl) {

Review Comment:
   I think it's because this dataset event is created through rest API instead 
of any task.
   
   **Removed**
   <img width="617" alt="圖片" 
src="https://github.com/apache/airflow/assets/5144808/8f4b2ece-f9de-4045-afd3-c19d2d0ce764";>
   
   **Original**
   <img width="604" alt="圖片" 
src="https://github.com/apache/airflow/assets/5144808/8633eab2-b2bc-436d-b0f9-b58d8db19221";>
   



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to