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
Actually this applies to most methods. We aren't always raising a gRPC exception, but I think we should be raising that in almost every case and having you wrap it if needed.
Expected Behavior
Feast should raise an exception when trying to get a feature set that does not exist, even when the
fail_if_missing
parameter is specified.Current Behavior
Feast prints the following error message and does not raise an exception.
Steps to reproduce
The text was updated successfully, but these errors were encountered: