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
Running a simple query select * from table and getting a validation error from Zod. `count(*) on the same table succeeds, so it is not a connection issue.
First time using evidence, is there any way to understand what's going on here? Or any verbose mode to help me debug the issue?
Running npm run sources -- --debug produces exactly the same output.
Steps to Reproduce
Just querying my fairly large table. The query succeeds according to starburst galaxy "Query Insights"
Logs
System Info
Severity
blocking all usage of Evidence
Additional Information, or Workarounds
No response
The text was updated successfully, but these errors were encountered:
I isolated the bug to my timestamp column ie if I query that column it breaks, but if i cast to DATE it works. Is TIMESTAMP not supported? Where can we see the supported types?
Describe the bug
Running a simple query
select * from table
and getting a validation error from Zod. `count(*) on the same table succeeds, so it is not a connection issue.First time using evidence, is there any way to understand what's going on here? Or any verbose mode to help me debug the issue?
Running
npm run sources -- --debug
produces exactly the same output.Steps to Reproduce
Just querying my fairly large table. The query succeeds according to starburst galaxy "Query Insights"
Logs
System Info
Severity
blocking all usage of Evidence
Additional Information, or Workarounds
No response
The text was updated successfully, but these errors were encountered: