Skip to content

Commit ee11f8c

Browse files
committed
feat: add proejct name aswell
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 887e9d3 commit ee11f8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/libs/tinybird/pipes/project_insights_copy.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ SQL >
126126
SELECT
127127
rp.id AS id,
128128
rp.url AS repoUrl,
129-
rp.url AS name,
129+
COALESCE(ip.name, '') AS name,
130130
COALESCE(ip.slug, '') AS slug,
131131
COALESCE(ip.logoUrl, '') AS logoUrl,
132132
COALESCE(ip.isLF, toUInt8(0)) AS isLF,

0 commit comments

Comments
 (0)