Skip to content

Commit a6a117e

Browse files
authored
Merge pull request #12 from tinybirdco/vercel-logs01
add default value
2 parents 9a9bd53 + af615bb commit a6a117e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/vercel_logs.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ TAGS "vercel"
66

77
SCHEMA >
88
`id` Nullable(String) `json:$.id`,
9-
`message` String `json:$.message`,
9+
`message` String `json:$.message` DEFAULT '',
1010
`date` DateTime64(3) `json:$.timestamp` DEFAULT now(),
1111
`type` LowCardinality(String) `json:$.type` DEFAULT '',
1212
`request_id` Nullable(String) `json:$.requestId`,

0 commit comments

Comments
 (0)