Treat {} as NULL for the error column

This commit is contained in:
Matt Aitken
2025-12-20 17:34:34 +00:00
parent 205ec3bdd4
commit 5ee655e680
+1
View File
@@ -246,6 +246,7 @@ export const runsSchema: TableSchema = {
description: "Error information",
example: '{"message": "Task failed"}',
}),
expression: "if(error = '{}', NULL, error)",
},
// Tags & versions