Closed sergeymong closed 1 year ago
Also has problem with Materialized View's .inner
tables.
Traceback:
Code: 62, e.displayText() = DB::Exception: Syntax error: failed at position 183 (line 4, col 27): ``.`inner`.`by_airline`.`search_date`) BETWEEN '2020-07-01' AND '2020-07-31'\nLIMIT
Query:
SELECT count()
FROM directions.`.inner.by_airline`
WHERE {{ search_date }}
LIMIT 100
Hi @sergeymong thank you for reporting this issue. Which version are you running?
If you are asking about the Metabase version, it is 0.34.3. Driver version: 0.7.
Encountering the same issue on filtering
Re-tested it with 1.2.0; both cases work fine now. Likely, this should be the case with 1.1.7 as well. Please open a new issue if the problem persists.
Hi!, Thank you very much for your work. We have 2 types of tables, some are called through snake_case, others through dot.case. When you do a filter by dot.case table, you get this error (this is part of traceback):
You can see that the point is that there are no necessary backquotes in toDate function. Is it possible to fix this problem, please?