-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Feast to support 0.18.x and later #51
Conversation
Attempt to support 0.18.1
mssql patch to enable persist & metadata method
feast materialize fix
fix readme, add build folder to gitignore
Improve readme, add info to build feast-azure-provider
Merge with Azure main
Review readme, remove redundant dependencies
fix blob permission
@@ -357,3 +357,8 @@ config.json | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this file used for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gitignore file and folder generated by recompiling feast-azure-provider
```bash | ||
python setup.py install | ||
``` | ||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you elaborate on what a custom version of the feast-azure-provider is?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is to let contributors build and install their own feast-azure-provider for testing. At the moment the docs does not mention how to build and install feast-azure-provider outside of pypi repository - https://pypi.org/project/feast-azure-provider/
Add support for feast 0.19.x
Update build command to whl instead of egg
Limit feast-azure-provider to 0.18.1
Note: Latest feast version tested working is 0.18.1