diff --git a/apps/webapp/app/components/code/TSQLResultsTable.tsx b/apps/webapp/app/components/code/TSQLResultsTable.tsx
index 3442f729e..e71c9e5f9 100644
--- a/apps/webapp/app/components/code/TSQLResultsTable.tsx
+++ b/apps/webapp/app/components/code/TSQLResultsTable.tsx
@@ -17,6 +17,8 @@ import {
TaskRunStatusCombo,
} from "~/components/runs/v3/TaskRunStatus";
import { Paragraph } from "../primitives/Paragraph";
+import { TextLink } from "../primitives/TextLink";
+import { v3RunPathFromFriendlyId } from "~/utils/pathBuilder";
/**
* Check if a ClickHouse type is a DateTime type
@@ -83,6 +85,12 @@ function CellValue({
// First check customRenderType for special rendering
if (column.customRenderType) {
switch (column.customRenderType) {
+ case "runId": {
+ if (typeof value === "string") {
+ return