Open lucasvanbramer opened 1 month ago
This seems to be similar to https://github.com/ClickHouse/metabase-clickhouse-driver/issues/220, where the cause was https://github.com/metabase/metabase/issues/38051
I see that the related PR was set to be released in 0.50.21
Describe the bug
x-posted from here
Using both
breaks all queries with the error
Expected substitution name (identifier). (SYNTAX_ERROR)
.Steps to reproduce
Assuming you're using a real S3 parquet file path
This works:
This works:
This does not work:
Yields the following error:
Code: 62. DB::Exception: Syntax error: failed at position 276 ('{') (line 3, col 20): {some_value}}. Expected substitution name (identifier). (SYNTAX_ERROR) (version 24.8.4.13 (official build))
Expected behavior
The query should execute without a syntax error.
Error log
Configuration
Environment
ClickHouse server