We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408036f commit 78ff90fCopy full SHA for 78ff90f
sdk/python/feast/feature_store.py
@@ -1236,7 +1236,8 @@ def get_historical_features(
1236
1237
# Deliberately disable writing to online store for ODFVs during historical retrieval
1238
# since it's not applicable in this context.
1239
- # This technically does not change the output
+ # This does not change the output, since it forces to recompute ODFVs on historical retrieval
1240
+ # but that is fine, since ODFVs precompute does not to historical retrieval, only online retrieval
1241
for odfv in all_on_demand_feature_views:
1242
odfv.write_to_online_store = False
1243
0 commit comments