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 6c1ffa0 commit 2da3725Copy full SHA for 2da3725
tinybird/pipes/auth0_mech_usage.pipe
@@ -5,7 +5,7 @@ TAGS "auth0"
5
NODE ep
6
SQL >
7
8
- SELECT splitByChar('|', event.data.user_id)[1] as mech, count() as logins
+ SELECT splitByChar('|', event.data.user_id::String)[1] as mech, count() as logins
9
FROM auth0
10
where event_type == 's' and event_time >= now() - interval 30 days
11
group by mech
0 commit comments