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
{{ message }}
This repository has been archived by the owner on Sep 12, 2024. It is now read-only.
Describe the bug
During KPI definition, if we select the date column incorrectly, we get an Internal Server Error instead of a human readable error message.
Current behavior
No error is displayed, API response is a Internal Server Error with code 500.
Expected behavior
Error should be in the form of
The datetime column is of the type object, use 'cast' to convert to datetime.
The text was updated successfully, but these errors were encountered: