Skip to content

Commit b7fb30a

Browse files
committed
add column
1 parent c7e688c commit b7fb30a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tinybird/datasources/vercel_logs.datasource

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SCHEMA >
1717
`source` LowCardinality(String) `json:$.source` DEFAULT '',
1818
`host` Nullable(String) `json:$.host`,
1919
`path` Nullable(String) `json:$.path`,
20+
`destination` Nullable(String) `json:$.destination`,
2021
`proxy` String `json:$.proxy` DEFAULT '',
2122
`level` LowCardinality(String) `json:$.level` DEFAULT '',
2223
`execution_region` Nullable(String) `json:$.executionRegion`,

0 commit comments

Comments
 (0)