Skip to content

Commit 04c25e5

Browse files
authored
fix: github handles only verified (#3756)
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 1e94af8 commit 04c25e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/members_sorted_copy_pipe.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NODE github_usernames
55
SQL >
66
SELECT memberId, argMax(value, createdAt) AS githubHandle
77
FROM memberIdentities FINAL
8-
WHERE platform = 'github' AND type = 'username'
8+
WHERE platform = 'github' AND type = 'username' AND verified = 1
99
GROUP BY memberId
1010

1111
NODE members_pre_filter

0 commit comments

Comments
 (0)