Skip to content

Commit 1d7cd18

Browse files
committed
fix: fix insights_projects_populated_copy.pipe SQL
Signed-off-by: Raúl Santos <4837+borfast@users.noreply.github.com>
1 parent 5a6bd81 commit 1d7cd18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/libs/tinybird/pipes/insights_projects_populated_copy.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ DESCRIPTION >
114114
SQL >
115115
SELECT
116116
segmentId,
117-
insightsProjectId,
117+
toString(insightsProjectId) AS insightsProjectId,
118118
groupArrayIf(repository, archived = true) AS "archivedRepositories",
119119
groupArrayIf(repository, excluded = true) AS "excludedRepositories"
120120
FROM segmentRepositories FINAL

0 commit comments

Comments
 (0)