-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Add set as feature type #5886
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 for set features as feast feature types is missing.
Describe the solution you'd like
Add support for set type features in feast.
Describe alternatives you've considered
We have considered storing set features as list or maps but then burden is on calling client to covert back.