Skip to content

Commit 34ef345

Browse files
committed
fix
1 parent 8707ecb commit 34ef345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tinybird/pipes/pagerduty_incidents_over_time.pipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ SQL >
1717
AND event.event.data.service.id::String = {{String(service_id)}}
1818
{% end %}
1919
GROUP BY hour
20-
ORDER BY hour DESC
20+
ORDER BY hour ASC

0 commit comments

Comments
 (0)