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 187975c commit ff16beaCopy full SHA for ff16bea
tinybird/datasources/auth0.datasource
@@ -7,7 +7,8 @@ TAGS "auth0"
7
SCHEMA >
8
`event_time` DateTime64(3) `json:$.tinybirdIngestTime` DEFAULT now(),
9
`event_type` String `json:$.data.type` DEFAULT 'unknown',
10
- `event` JSON `json:$` DEFAULT '{}'
+ `event` JSON `json:$` DEFAULT '{}',
11
+ `test` JSON `json:$` DEFAULT '{}'
12
13
ENGINE "MergeTree"
14
ENGINE_PARTITION_KEY "toYYYYMM(event_time)"
0 commit comments