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
Error during processing PostgreSQL message: Internal(None): Execution error: Internal(None): Error: No matching signature for operator > for argument types: DATE, TIMESTAMP. Supported signature: ANY > ANY at [4:112] None None
The docs says the filtering works with >=, <=, > and <, seems like it does not work with dates.
Problem
Hey folks 👋 ! Is there a way of querying a table using SQL with a where clause, date >= '2022-07-05' for example ?
I connected metabase to cube.js using the postgres connector, cube is plugged into BigQuery.
Related Cube.js schema
Metabase query
And got the following error message:
The docs says the filtering works with >=, <=, > and <, seems like it does not work with dates.
Is there something similar to https://cube.dev/docs/query-format#filters-operators-in-date-range, in SQL query ?
Thanks ✌🏽 !
The text was updated successfully, but these errors were encountered: