Skip to content

Commit 9f8456a

Browse files
authored
fix: insights projects pipe (#3076)
Signed-off-by: Gašper Grom <gasper.grom@gmail.com>
1 parent 2319518 commit 9f8456a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/libs/tinybird/pipes/insightsProjects_filtered.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ NODE insightsProjects_filtered_1
2828
SQL >
2929
%
3030
SELECT
31-
insightsProjects.id,
31+
insightsProjects.id as id,
3232
insightsProjects.name,
3333
insightsProjects.slug,
3434
insightsProjects.description,

0 commit comments

Comments
 (0)