Skip to content

Commit 9d3e92e

Browse files
authored
chore: include excluded repositories (CM-1006) (#3887)
1 parent 9408a2e commit 9d3e92e

26 files changed

Lines changed: 58 additions & 79 deletions

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_0.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_1.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_2.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_3.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_4.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_5.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_6.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_7.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_8.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

services/libs/tinybird/pipes/activityRelations_bucket_clean_enrich_copy_pipe_9.pipe

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,7 @@ SQL >
4040
SELECT r.url, r.segmentId
4141
FROM repositories r FINAL
4242
INNER JOIN insightsProjects i FINAL ON r.insightsProjectId = i.id
43-
WHERE
44-
isNull (r.deletedAt)
45-
AND isNull (i.deletedAt)
46-
AND r.excluded = false
47-
AND r.enabled = true
43+
WHERE isNull (r.deletedAt) AND isNull (i.deletedAt) AND r.enabled = true
4844
)
4945
)
5046
OR platform NOT IN ('git', 'gerrit', 'github', 'gitlab')

0 commit comments

Comments
 (0)