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 9a8300e commit e6cee07Copy full SHA for e6cee07
tinybird/datasources/auth0_logs.datasource
@@ -25,7 +25,7 @@ SCHEMA >
25
`auth0_client_name` Nullable(String) `json:$.data.auth0_client.name`,
26
`auth0_client_version` Nullable(String) `json:$.data.auth0_client.version`,
27
`tracking_id` Nullable(String) `json:$.data.tracking_id`,
28
- `details` Nullable(JSON) `json:$.data.details`
+ `details` JSON `json:$.data.details`
29
30
ENGINE "MergeTree"
31
ENGINE_SORTING_KEY "type, log_id"
0 commit comments