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 da6bd46 commit be08605Copy full SHA for be08605
tinybird/datasources/github.datasource
@@ -5,8 +5,8 @@ TOKEN "append" APPEND
5
TAGS "github"
6
7
SCHEMA >
8
- 'ingest_timestamp' DateTime `json:$.time` DEFAULT now(),
9
- 'record' JSON `json:$`
+ `ingest_timestamp` DateTime `json:$.time` DEFAULT now(),
+ `record` JSON `json:$`
10
11
ENGINE "MergeTree"
12
ENGINE_SORTING_KEY "ingest_timestamp"
0 commit comments