You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SELECT (toStartOfHour(started, 'Universal') AS _snuba_bucketed_started), (project_id AS _snuba_project_id), _snuba_bucketed_started, (plus(countIfMerge(sessions), sumIfMerge(sessions_preaggr)) AS _snuba_sessions), _snuba_project_id FROM sessions_hourly_local PREWHERE in(_snuba_project_id, [1, 2]) WHERE greaterOrEquals((started AS _snuba_started), toDateTime('2023-05-21T03:00:00', 'Universal')) AND less(_snuba_started, toDateTime('2023-05-22T02:24:00', 'Universal')) AND equals((org_id AS _snuba_org_id), 1) ANDin(tuple(_snuba_project_id), tuple(tuple(1))) ANDin(_snuba_project_id, tuple(1)) GROUP BY _snuba_bucketed_started, _snuba_project_id ORDER BY _snuba_sessions DESCLIMIT5000 OFFSET 0
The text was updated successfully, but these errors were encountered:
@klboke, this error indicates that the Sentry UI is sending a malformed query to Snuba and ClickHouse. Are you observing any problems in Sentry's UI when this happens? If so, please describe them further.
This issue has gone three weeks without activity. In another week, I will close it.
But! If you comment or otherwise update it, I will reset the clock, and if you remove the label Waiting for: Community, I will leave it alone ... forever!
"A weed is but an unloved flower." ― Ella Wheeler Wilcox 🥀
Environment
Sentry version : 23.1.1
ClickHouse version: 22.8.17
Steps to Reproduce
To deploy Sentry, visit http://127.0.0.1:3000/organizations/sentry/releases/
Expected Result
No exceptions
Actual Result
error sql
The text was updated successfully, but these errors were encountered: