Skip to content

Commit eae229d

Browse files
authored
Merge pull request #387 from eclbg/tinybird-forward-compatible
Tinybird: compatibility with Tinybird Forward
2 parents abc948c + cc55a81 commit eae229d

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)