Skip to content

Commit 980477b

Browse files
committed
fix: exlude deleted at from collections_filtered
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent abb4947 commit 980477b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

services/libs/tinybird/pipes/collections_filtered.pipe

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ SQL >
1717
left join
1818
insightsProjects ip FINAL
1919
on ip.id = collectionsInsightsProjects.insightsProjectId
20+
and isNull (ip.deletedAt)
2021
where
2122
isNull (collections.deletedAt) AND isNull (collections.ssoUserId)
2223
{% if defined(slug) %}

0 commit comments

Comments
 (0)