-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add uuid as feature types #5885
Copy link
Copy link
Closed
Labels
kind/featureNew feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
kind/featureNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Is your feature request related to a problem? Please describe.
Support random uuid and time uuid features is missing.
Describe the solution you'd like
We should add support for random and time based uuids as feast feature types.
Describe alternatives you've considered
We can store uuids as strings but then burden of converting back to uuid is on calling client. Also, we won't be able to add logic to transformation which uses uuid and time based uuid.
Additional context
Random uuid will be mapped to
uuid4()in python and time based uuid will be mapped touuid1().