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.
1 parent c7e688c commit b7fb30aCopy full SHA for b7fb30a
tinybird/datasources/vercel_logs.datasource
@@ -17,6 +17,7 @@ SCHEMA >
17
`source` LowCardinality(String) `json:$.source` DEFAULT '',
18
`host` Nullable(String) `json:$.host`,
19
`path` Nullable(String) `json:$.path`,
20
+ `destination` Nullable(String) `json:$.destination`,
21
`proxy` String `json:$.proxy` DEFAULT '',
22
`level` LowCardinality(String) `json:$.level` DEFAULT '',
23
`execution_region` Nullable(String) `json:$.executionRegion`,
0 commit comments