[BUG]: Feast FeatureStore integration cannot work with a FeatureService instance #3180
Open
1 task done
Labels
bug
Something isn't working
Contact Details [Optional]
No response
System Information
What happened?
I use Feast as a FeatureStore and work with FeatureServices, among other things. If I now want to retrieve the historical features from this FeatureStore with a
FeatureService
, this is not possible with the current implementation of the integration, as it only accepts a list of strings (feature, feature views). The underlying implementation of Feast would support aFeatureService
instance in addition to a list of strings.I noticed that the integration bypasses all Feast implementations anyway and always works with strings.
For example, the function
zenml.integrations.feast.feature_stores.feast_feature_store.FeastFeatureStore.get_feature_services
also returns a list with the names of the FeatureServices and not the concrete instance of the FeatureService.Is there a good reason for this?
Reproduction steps
I get the following error message, because I do not want to get a FeatureView, but a Feature Service.
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: