Skip to content

Commit db15d1f

Browse files
committed
update doc
Signed-off-by: hao-xu5 <hxu44@apple.com>
1 parent 41d20bc commit db15d1f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

sdk/python/feast/utils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -698,6 +698,8 @@ def _augment_response_with_on_demand_transforms(
698698
)
699699

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

0 commit comments

Comments
 (0)