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
The solution seems reasonable, if only for consistency sake. Although I am curious how you are structuring your repository now, and whether you think our current approach of importing the current working directory is appropriate.
Expected Behavior
This should work as it works with
feast apply
Current Behavior
You get a
ModuleNotFoundError
Steps to reproduce
I have my own custom provider
feast apply
works as expectedfeast materialize-incremental
does not because it cannot find my "pano" moduleSpecifications
Possible Solution
They both use get_provider() from infra/provider.py
The
apply
method in the CLI will doThe
materialize-incremental
method of the CLI will doSo the difference is that the FeatureStore does not append the current directory in the sys path
The text was updated successfully, but these errors were encountered: