Skip to content

Commit 07842fd

Browse files
committed
update
1 parent 2208140 commit 07842fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/pipes/vercel_infrastructure_stats.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ NODE infrastructure_stats
55
SQL >
66
%
77
SELECT
8-
event.payload.regions[1] as region,
8+
array(event.payload.regions)[1] as region,
99
event.payload.type as deployment_type,
1010
event.payload.plan as plan,
1111
count() as deployments

0 commit comments

Comments
 (0)