Closed idomic closed 9 months ago
when working on the listing tables/columns (https://github.com/ploomber/jupysql-plugin/issues/22), I found that sqlalchemy has a Python API that allows to write a single version of a query (in Python), and export it to different SQL dialects; we might want to explore this and re-write our queries using SQLAlchemy so they are automatically converted and we don't face these issues
we should add clickhouse to the integration tests: https://hub.docker.com/r/clickhouse/clickhouse-server/
When connecting to clickhouse via the driver, and trying to get the box plot, there's an error due to SQL mismatch under the hood: Can follow this tutorial to reproduce.
Command
Stack: