Skip to content

Commit be08605

Browse files
committed
update schema
1 parent da6bd46 commit be08605

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tinybird/datasources/github.datasource

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ TOKEN "append" APPEND
55
TAGS "github"
66

77
SCHEMA >
8-
'ingest_timestamp' DateTime `json:$.time` DEFAULT now(),
9-
'record' JSON `json:$`
8+
`ingest_timestamp` DateTime `json:$.time` DEFAULT now(),
9+
`record` JSON `json:$`
1010

1111
ENGINE "MergeTree"
1212
ENGINE_SORTING_KEY "ingest_timestamp"

0 commit comments

Comments
 (0)