diff --git a/tinybird/endpoints/log_timeseries.pipe b/tinybird/endpoints/log_timeseries.pipe index 4887e33..67d93dc 100644 --- a/tinybird/endpoints/log_timeseries.pipe +++ b/tinybird/endpoints/log_timeseries.pipe @@ -116,7 +116,7 @@ SQL > AND message like concat('%', {{String(message)}}, '%') {% end %} GROUP BY date - ORDER BY date ASC + ORDER BY date NODE endpoint