Description
We currently only support duckdb SQL; we would like to support other dialects, such as Postgres.
Suggested solution
Use sqlglot for parsing SQL code; the generated Python code could be explicit about the dialect (mo.sql.postgres...).
Alternative
No response
Additional context
No response
Description
We currently only support duckdb SQL; we would like to support other dialects, such as Postgres.
Suggested solution
Use sqlglot for parsing SQL code; the generated Python code could be explicit about the dialect (
mo.sql.postgres...).Alternative
No response
Additional context
No response