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 9e05e62 + 8c4e79a commit d0efa45Copy full SHA for d0efa45
tinybird/datasources/vercel_logs.datasource
@@ -5,7 +5,7 @@ TOKEN "append" APPEND
5
TAGS "vercel"
6
7
SCHEMA >
8
- `id` String `json:$.id`,
+ `id` Nullable(String) `json:$.id`,
9
`message` String `json:$.message`,
10
`date` DateTime64(3) `json:$.timestamp` DEFAULT now(),
11
`type` LowCardinality(String) `json:$.type` DEFAULT '',
0 commit comments