Skip to content

Commit 0fd0740

Browse files
committed
add pipes
1 parent c3338e1 commit 0fd0740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/pipes/vercel_response_times.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SQL >
1414
SELECT
1515
event_time,
1616
event.proxy.path as path,
17-
extractAll(event.message, 'Duration: ([0-9]+) ms')[1] as duration
17+
extractAll(event.message::String, 'Duration: ([0-9]+) ms')[1] as duration
1818
FROM vercel_logs
1919
WHERE event_type = 'stdout'
2020
AND event.message::String LIKE '%Duration:%'

0 commit comments

Comments
 (0)