You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dataframe returned by to_df should contain all column names in the format {feature_view_name}__{feature_name}. This should also apply for to_arrow.
The behavior is as expected for get_online_features() but not get_historical_features.
Current Behavior
On-Demand Feature View based features are return as {feature_name} regardless.
Steps to reproduce
Specifications
Version:
Platform:
Subsystem:
Possible Solution
The text was updated successfully, but these errors were encountered:
Expected Behavior
The dataframe returned by
to_df
should contain all column names in the format{feature_view_name}__{feature_name}
. This should also apply forto_arrow
.The behavior is as expected for
get_online_features()
but notget_historical_features
.Current Behavior
On-Demand Feature View based features are return as
{feature_name}
regardless.Steps to reproduce
Specifications
Possible Solution
The text was updated successfully, but these errors were encountered: