AlexR2D2 / metabase_duckdb_driver

Metabase DuckDB Driver shipped as 3rd party plugin
Apache License 2.0
70 stars 21 forks source link

Complex data types support #21

Open rzykov opened 8 months ago

rzykov commented 8 months ago

Hello Alex,

Thank you for the driver. It's cool. Finally, I made it to work via docker. Some of my columns have a complex data type. For example, for arrays, Metabase now shows org.duckdb.DuckDBArray@2e539fc8 at cells. I tried to apply some functions to those fields. Works perfectly.

How to make Metabase display DuckDBArray correctly? I mean something like [1, 2,3,....] rather than org.duckdb.DuckDBArray

AlexR2D2 commented 8 months ago

Hello Roman, it seems Metabase does't yet support the visualisation of array columns