-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug Fixes: Python SDK and Feast Core (#353)
* Remove error handling in version and connect methods for Feast Python SDK client * Relax protobuf version constraint * Fix event_time column rename bug * Allow get_feature_set to raise an exception if no feature set found * Add ordering to feature set lists and fix get_feature_set error message * Python SDK: Always update local feature set after apply, and always update source * * Resolve bug with ApplyFeatureSet where it would raise an Unknown exception due to a null source type * Resolve an issue where feature sets with a changing order of fields would increment feature set versions * Python SDK: Only return version information when url is set * Fixed bug in version() method with assignment * Remove exception handling from equalTo method for Feature Set
- Loading branch information
1 parent
e4f2756
commit c36c6f5
Showing
12 changed files
with
258 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.