Treat {} as NULL for the error column
This commit is contained in:
@@ -246,6 +246,7 @@ export const runsSchema: TableSchema = {
|
||||
description: "Error information",
|
||||
example: '{"message": "Task failed"}',
|
||||
}),
|
||||
expression: "if(error = '{}', NULL, error)",
|
||||
},
|
||||
|
||||
// Tags & versions
|
||||
|
||||
Reference in New Issue
Block a user