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 2208140 commit 07842fdCopy full SHA for 07842fd
tinybird/pipes/vercel_infrastructure_stats.pipe
@@ -5,7 +5,7 @@ NODE infrastructure_stats
5
SQL >
6
%
7
SELECT
8
- event.payload.regions[1] as region,
+ array(event.payload.regions)[1] as region,
9
event.payload.type as deployment_type,
10
event.payload.plan as plan,
11
count() as deployments
0 commit comments