You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While querying PostgreSQL using trino, getting this error
raise NotImplementedError(f"Cannot use a column of type {kt} as a key")
NotImplementedError: Cannot use a column of type UnknownColType(text='uuid') as a key
: Primary Key of the postgres table is of data type UUID
The text was updated successfully, but these errors were encountered:
While querying PostgreSQL using trino, getting this error
: Primary Key of the postgres table is of data type
UUID
The text was updated successfully, but these errors were encountered: