Why does Dremio not support UUID data types in PostgreSQL

Evidently the UUID datatype in PostgreSQL is not supported in Dremio. Creating a separate view that translates this to a String is not ideal. Why is UUID not natively supported?

@kylehayes, you may try enabling legacy dialect for the PostgreSQL as a workaround.

We will certainly consider the community demand for supporting this datatype.