get_historical_features
triggers warning: _list_feature_views will make breaking changes. Please use _list_batch_feature_views instead
#4640
Labels
Expected Behavior
No warning message on running
get_historical_features
functionCurrent Behavior
The get_historical_features` function triggers the following warning:
Steps to reproduce
This can be reproduced following steps from the quickstart guide:
Then run in a Python shell run:
Specifications
Possible Solution
First, let's try following the suggestion in the warning: use _list_batch_feature_views instead.
The text was updated successfully, but these errors were encountered: