We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c13f0 commit 2c103c3Copy full SHA for 2c103c3
1 file changed
services/libs/tinybird/pipes/collections_filtered.pipe
@@ -5,7 +5,18 @@ NODE collections_filtered_0
5
SQL >
6
%
7
SELECT
8
- collections.*,
+ 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,
20
SUM(
21
CASE
22
WHEN collectionsInsightsProjects.insightsProjectId != '' AND ip.enabled = 1
0 commit comments