Skip to content

Commit 2c103c3

Browse files
authored
fix(tinybird): pipe aliases (#4316)
Signed-off-by: anilb <epipav@gmail.com>
1 parent 16c13f0 commit 2c103c3

1 file changed

Lines changed: 12 additions & 1 deletion

File tree

services/libs/tinybird/pipes/collections_filtered.pipe

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,18 @@ NODE collections_filtered_0
55
SQL >
66
%
77
SELECT
8-
collections.*,
8+
collections.id AS id,
9+
collections.name AS name,
10+
collections.slug AS slug,
11+
collections.description AS description,
12+
collections.categoryId AS categoryId,
13+
collections.starred AS starred,
14+
collections.isPrivate AS isPrivate,
15+
collections.ssoUserId AS ssoUserId,
16+
collections.logoUrl AS logoUrl,
17+
collections.createdAt AS createdAt,
18+
collections.updatedAt AS updatedAt,
19+
collections.deletedAt AS deletedAt,
920
SUM(
1021
CASE
1122
WHEN collectionsInsightsProjects.insightsProjectId != '' AND ip.enabled = 1

0 commit comments

Comments
 (0)