Skip to content

Commit ff16bea

Browse files
committed
test
1 parent 187975c commit ff16bea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tinybird/datasources/auth0.datasource

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ TAGS "auth0"
77
SCHEMA >
88
`event_time` DateTime64(3) `json:$.tinybirdIngestTime` DEFAULT now(),
99
`event_type` String `json:$.data.type` DEFAULT 'unknown',
10-
`event` JSON `json:$` DEFAULT '{}'
10+
`event` JSON `json:$` DEFAULT '{}',
11+
`test` JSON `json:$` DEFAULT '{}'
1112

1213
ENGINE "MergeTree"
1314
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"

0 commit comments

Comments
 (0)