druid-io / pydruid

A Python connector for Druid
Other
506 stars 194 forks source link

Support for COMPLEX SQL types like hyperUnique in SQLAlchemy #122

Open rdraju opened 6 years ago

rdraju commented 6 years ago

Right now there is no mapping for complex column types in SQLAlchemy and this causes a "Key error: other" when autoloading a Table.

Usiel commented 2 years ago

I believe this was fixed by https://github.com/druid-io/pydruid/pull/131, but is again broken with Druid 0.23.0 and should be fixed with https://github.com/druid-io/pydruid/pull/288.