Trino (formerly known as Presto SQL) Version - 341 SuperSet Version - 0.37.2
I have a table in Trino that has 1250 columns. 118 of these columns are timestamp type. When I add this table under Sources -> Tables -> Add a new record, all these timestamps are being identified as UNKNOWN. However, when I manually edit each timestamp column and change UNKNOWN -> TIMESTAMP, it all works fine as expected. Can someone help mitigate this problem? Is this a bug?
Instead of using
datetime
type, usetimestamp
.