Skip to content

Commit 1245d2d

Browse files
committed
chore: apply tinybird fmt to insights_projects_populated_copy pipe
Signed-off-by: Joana Maia <jmaia@contractor.linuxfoundation.org>
1 parent 19fb0bf commit 1245d2d

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

services/libs/tinybird/pipes/insights_projects_populated_copy.pipe

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,8 @@ SQL >
189189
vulnerability_scans vs final
190190
ON vs.repoUrl = insights_projects_populated_copy_flatten_projects.repository
191191
WHERE
192-
insights_projects_populated_copy_flatten_projects.repository NOT IN (
193-
SELECT url FROM repositories FINAL WHERE archived = true
194-
)
192+
insights_projects_populated_copy_flatten_projects.repository
193+
NOT IN (SELECT url FROM repositories FINAL WHERE archived = true)
195194
group by insightsProjectId
196195

197196
NODE insights_projects_populated_copy_results

0 commit comments

Comments
 (0)