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
PostgreSQL has UUID column type. When Pramen loads the schema, metadata of varchar(n) fields is extracted as maxLength metadata key. But for UUID this is not happening, so the resulting data type is just string.
Feature
Add support for metadata of PostgreSQL UUID column type.
Example [Optional]
--
Proposed Solution [Optional]
Need to investigate if it is possible to get the metadata information for UUID columns in the first place
The text was updated successfully, but these errors were encountered:
Background
PostgreSQL has
UUID
column type. When Pramen loads the schema, metadata ofvarchar(n)
fields is extracted asmaxLength
metadata key. But forUUID
this is not happening, so the resulting data type is juststring
.Feature
Add support for metadata of PostgreSQL
UUID
column type.Example [Optional]
--
Proposed Solution [Optional]
Need to investigate if it is possible to get the metadata information for
UUID
columns in the first placeThe text was updated successfully, but these errors were encountered: