Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update doc
Signed-off-by: hao-xu5 <hxu44@apple.com>
  • Loading branch information
hao-xu5 committed Oct 22, 2025
commit db15d1ff856b89bf9349fd6ade94a9d22577dfea
2 changes: 2 additions & 0 deletions sdk/python/feast/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,8 @@ def _augment_response_with_on_demand_transforms(
)

# Apply transformation. Note: aggregations and transformation configs are mutually exclusive
# TODO: Fix to make it work for having both aggregation and transformation
# ticket: https://github.com/feast-dev/feast/issues/5689
elif odfv.mode == "python":
if initial_response_dict is None:
initial_response_dict = initial_response.to_dict()
Expand Down
Loading