Skip to content

Add uuid as feature types #5885

@nquinn408

Description

@nquinn408

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 to uuid1().

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions