Skip to content

Commit 8c4e79a

Browse files
committed
make column nullable
1 parent 9e05e62 commit 8c4e79a

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
@@ -5,7 +5,7 @@ TOKEN "append" APPEND
55
TAGS "vercel"
66

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

0 commit comments

Comments
 (0)