jscheffl commented on code in PR #47795: URL: https://github.com/apache/airflow/pull/47795#discussion_r1996305834
########## airflow/ui/src/queries/useLogs.tsx: ########## @@ -87,6 +91,16 @@ const renderStructuredLog = ({ return ""; } + elements.push( + <Link + key={`line_${index}`} + to={`/dags/${taskInstance?.dag_id}/runs/${taskInstance?.dag_run_id}/tasks/${taskInstance?.task_id}#${index}`} Review Comment: This is a problem withthe generated URL for mapped tasks - need to add the map-index as well -- 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