Skip to content

Commit 78b3b3f

Browse files
committed
If the region is a cuid don't show it – they're "Dev"
1 parent 4b9ba53 commit 78b3b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

apps/webapp/app/v3/querySchemas.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export const runsSchema: TableSchema = {
166166
name: "region",
167167
clickhouseName: "worker_queue",
168168
...column("String", { description: "Region", example: "us-east-1" }),
169+
expression: "if(startsWith(worker_queue, 'cm'), NULL, worker_queue)",
169170
},
170171

171172
// Timing

0 commit comments

Comments
 (0)