PowerBITrinoConnector icon indicating copy to clipboard operation
PowerBITrinoConnector copied to clipboard

Support for trino structural data types (array, map, row)?

Open bvialmcs opened this issue 7 months ago • 3 comments

Has the connector been tested with trino structural data types: https://trino.io/docs/current/language/types.html#structural

When loading data from trino tables with these data types, the other columns are imported fine, but I get errors on the columns with structural types:

Expression.Error: We cannot convert a value of type List to type Text. Details: Value=[List] Type=[Type]

bvialmcs avatar Jul 11 '24 23:07 bvialmcs