duckdb_engine
duckdb_engine copied to clipboard
[Bug]: Struct and Map TypeEngine subclasses are missing type information
What happened?
This is more of a feature request, but it appears that the Struct and Map types are missing type information, which makes them not so useful for type inference for duckdb inside of ibis. We have our own sqlalchemy types to deal with this, so it's not a huge problem at the moment, but I thought I'd raise it here.
DuckDB Engine Version
0.7.2
DuckDB Version
0.7.1
SQLAlchemy Version
1.4.48
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Heya,
I'd actually begun work on this after the PR yesterday already, so I'll put it up once it's ready (in the next few days hopefully), and see if it's fit for your purposes
Sounds good!