Skip to content

Commit bce7242

Browse files
committed
fix: formatting
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent 980477b commit bce7242

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

services/libs/tinybird/pipes/collections_filtered.pipe

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ SQL >
77
SELECT
88
collections.*,
99
SUM(
10-
CASE WHEN collectionsInsightsProjects.insightsProjectId != '' AND ip.enabled = 1 THEN 1 ELSE 0 END
10+
CASE
11+
WHEN collectionsInsightsProjects.insightsProjectId != '' AND ip.enabled = 1
12+
THEN 1
13+
ELSE 0
14+
END
1115
) as "projectCount"
1216
FROM collections FINAL
1317
left join

0 commit comments

Comments
 (0)