Canner/wren-engine

Handle SUBSTRING function for BigQuery Connector

goldmedal opened this issue · 0 comments

Metabase will use SUBSTRING function in PostgreSQL.

SUBSTRING(`Model_Deal`.`company_id`, 1, 1234) `substring1189`

We don't transfer this to the BigQuery corresponding function correctly.