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
Is your feature request related to a problem? Please describe.
Support for Python Native transformations was recently released (#4069) but it expects a type = Dict[str, List[Any]]. Feast should support Dict[str, Any] where Any could be a singleton.
Describe the solution you'd like
We should be able to run on demand feature views like so:
Is your feature request related to a problem? Please describe.
Support for Python Native transformations was recently released (#4069) but it expects a type =
Dict[str, List[Any]]
. Feast should supportDict[str, Any]
whereAny
could be a singleton.Describe the solution you'd like
We should be able to run on demand feature views like so:
Currently, this feature view result in a type error.
Describe alternatives you've considered
N/A
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: