Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Add uuid as feature types #5885

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions