Skip to content

Commit cc55a81

Browse files
committed
Tinybird: compatibility with Tinybird Forward
1 parent f04439f commit cc55a81

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/tinybird-ai-analytics/pipes/aiCalls.pipe

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ SQL >
6767
GROUP BY hour
6868
ORDER BY hour
6969

70-
70+
TYPE endpoint

packages/tinybird/pipes/get_email_actions_by_period.pipe

+2
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ SQL >
1212
WHERE ownerEmail = {{ String(ownerEmail) }}
1313
GROUP BY date
1414
ORDER BY date
15+
16+
TYPE endpoint

0 commit comments

Comments
 (0)