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 3b13d1c commit 215b267Copy full SHA for 215b267
tinybird/pipes/auth0_connections.pipe
@@ -18,7 +18,7 @@ SQL >
18
max(event_time) as last_seen
19
FROM auth0
20
WHERE
21
- event.data.connection::String != '' and event.data.connection::String not like '%saml%'
+ event.data.connection::String != '' --and event.data.connection::String not like '%saml%'
22
AND event.data.strategy::String != ''
23
{% if defined(client_id) and client_id != 'all' %}
24
AND event.data.client_id::String = {{String(client_id)}}
0 commit comments