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 8707ecb commit 34ef345Copy full SHA for 34ef345
tinybird/pipes/pagerduty_incidents_over_time.pipe
@@ -17,4 +17,4 @@ SQL >
17
AND event.event.data.service.id::String = {{String(service_id)}}
18
{% end %}
19
GROUP BY hour
20
- ORDER BY hour DESC
+ ORDER BY hour ASC
0 commit comments