Ivan
Ivan
@kesavkolla by any chance, are you only using postgres?
only with `return_type = 'Polars'`? have you tried other return types?
There is no SQL to mongo so I'm not sure if the same strategy can be applied here, on top of the fact that it's no SQL. The rust mongodb...
Many array types are not implemented
Alternatively if the objective is to not need to install PyArrow, [arro3](https://github.com/kylebarron/arro3) which is much smaller could be used.
> Expose REST APIs for user CRUD operations and role assignments I think that is best implemented on top of something like https://github.com/surister/queryzen, that's how rockset did it for example.
can also do `create table t2 as select * from t limit 0`
@Vincenthays Do you have a link to the failing CI?
I tested it locally on python3.14, cffi builds just fine. It's probably missing a c header library in the pipeline environment. On the other hand `pyarrow` will have to be...
Btw, I will submit a PR for this soon, I'd only need some kind of review from the maintainers, thanks in advance!