Skip to content

PowerBI cannot show compound types #22

@mikethebeer

Description

@mikethebeer

We are investigating issues with compound types (object, array), that they cannot be displayed correctly within PowerBI (printing Error).
image

A closer look into this show that PowerBI cannot to read and convert its values to the CLR type System.Int32[] since this is not supported--> in case its an Integer-Array in CrateDB.
image

However, using Postgresql as backend DB this work and it seems that compound types like Arrays are not binary streamed. It looks like they are streamed as text (String support as pgodbc does).

From pgodbc FAQ:

4.2) What data types does the driver support?
...
There is partial support for all other data types. Examples of these: point, circle, box and arrays. String support only is provided for these non-standard types. In other words, they are returned as SQL_VARCHAR and can be displayed and updated like any other data type.

That's what I get with Npgsql --> Postgresql:
image

Is there something you know @roji in Npgsql where we need to hook-in from the Crate-Npgsql Plugin to override its Array Handling that we could achieve the same behavior as with Postgresql?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions