Better column descriptions

This commit is contained in:
Matt Aitken
2025-12-20 17:04:08 +00:00
parent 6655c49823
commit 205ec3bdd4
+2 -1
View File
@@ -290,7 +290,8 @@ export const runsSchema: TableSchema = {
execution_duration: {
name: "execution_duration",
...column("Nullable(Int64)", {
description: "Computed execution time in milliseconds (virtual column)",
description:
"The time between the run starting and completing. This includes any time spent waiting (it is not compute time, use `usage_duration` for that).",
customRenderType: "duration",
example: "4000",
}),