Skip to content

Commit 2da3725

Browse files
committed
cast dynamic
1 parent 6c1ffa0 commit 2da3725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/pipes/auth0_mech_usage.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ TAGS "auth0"
55
NODE ep
66
SQL >
77

8-
SELECT splitByChar('|', event.data.user_id)[1] as mech, count() as logins
8+
SELECT splitByChar('|', event.data.user_id::String)[1] as mech, count() as logins
99
FROM auth0
1010
where event_type == 's' and event_time >= now() - interval 30 days
1111
group by mech

0 commit comments

Comments
 (0)