Skip to content

Commit e6cee07

Browse files
committed
update schema
1 parent 9a8300e commit e6cee07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/datasources/auth0_logs.datasource

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ SCHEMA >
2525
`auth0_client_name` Nullable(String) `json:$.data.auth0_client.name`,
2626
`auth0_client_version` Nullable(String) `json:$.data.auth0_client.version`,
2727
`tracking_id` Nullable(String) `json:$.data.tracking_id`,
28-
`details` Nullable(JSON) `json:$.data.details`
28+
`details` JSON `json:$.data.details`
2929

3030
ENGINE "MergeTree"
3131
ENGINE_SORTING_KEY "type, log_id"

0 commit comments

Comments
 (0)