Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tinybird/pipes/auth0_connections.pipe
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SQL >
max(event_time) as last_seen
FROM auth0
WHERE
event.data.connection::String != '' and event.data.connection::String not like '%saml%'
event.data.connection::String != ''
AND event.data.strategy::String != ''
{% if defined(client_id) and client_id != 'all' %}
AND event.data.client_id::String = {{String(client_id)}}
Expand Down
Loading