-
Notifications
You must be signed in to change notification settings - Fork 3k
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
feat(ingest): upgrade feast #6186
Conversation
Upgrade feast from 0.18, which encompasses a variety of api changes summarized at https://docs.feast.dev/v/v0.25-branch/how-to-guides/automated-feast-upgrade In addition to the upstream features and bugfixes, this allows rudimentary support for a SnowflakeSource to be enabled and specifying the path of the feature_store config file. NOTE: `feast apply` was run to regenerate registry.db
All of the failing CI jobs appear to be Python 3.7 specific. The minimum version that feast supports is 3.8 so I'm not sure if there is a path forward here. |
seems like you would have the mark the tests as skipped for 3.7, do you know how to accomplish that? |
I do not. if I'm reading the log github log right, the workfows fail on package installation. So something more than just |
@cburroughs I've tried adding a guard in the setup script and in the pytest - let's see if that makes it through CI |
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.
The code looks fine, so we're ok to merge as long as it passes CI
Thank you! |
Co-authored-by: Harshal Sheth <[email protected]>
Co-authored-by: Harshal Sheth <[email protected]>
Upgrade feast from 0.18, which encompasses a variety of api changes summarized at
https://docs.feast.dev/v/v0.25-branch/how-to-guides/automated-feast-upgrade
In addition to the upstream features and bugfixes, this allows rudimentary support for a SnowflakeSource to be enabled and specifying the path of the feature_store config file.
NOTE:
feast apply
was run to regenerate registry.dbChecklist