We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e94af8 commit 04c25e5Copy full SHA for 04c25e5
1 file changed
services/libs/tinybird/pipes/members_sorted_copy_pipe.pipe
@@ -5,7 +5,7 @@ NODE github_usernames
5
SQL >
6
SELECT memberId, argMax(value, createdAt) AS githubHandle
7
FROM memberIdentities FINAL
8
- WHERE platform = 'github' AND type = 'username'
+ WHERE platform = 'github' AND type = 'username' AND verified = 1
9
GROUP BY memberId
10
11
NODE members_pre_filter
0 commit comments