We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f2a0a commit 25f946fCopy full SHA for 25f946f
services/libs/tinybird/pipes/repository_groups_list.pipe
@@ -0,0 +1,5 @@
1
+NODE repository_groups_list_repositories
2
+SQL >
3
+ SELECT name, slug, repositories
4
+ FROM repositoryGroups
5
+ WHERE deletedAt = '' AND insightsProjectId = (SELECT insightsProjectId FROM segments_filtered)
0 commit comments