We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a9bd53 + af615bb commit a6a117eCopy full SHA for a6a117e
tinybird/datasources/vercel_logs.datasource
@@ -6,7 +6,7 @@ TAGS "vercel"
6
7
SCHEMA >
8
`id` Nullable(String) `json:$.id`,
9
- `message` String `json:$.message`,
+ `message` String `json:$.message` DEFAULT '',
10
`date` DateTime64(3) `json:$.timestamp` DEFAULT now(),
11
`type` LowCardinality(String) `json:$.type` DEFAULT '',
12
`request_id` Nullable(String) `json:$.requestId`,
0 commit comments