There was an error while loading. Please reload this page.
1 parent 41d20bc commit db15d1fCopy full SHA for db15d1f
1 file changed
sdk/python/feast/utils.py
@@ -698,6 +698,8 @@ def _augment_response_with_on_demand_transforms(
698
)
699
700
# 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
703
elif odfv.mode == "python":
704
if initial_response_dict is None:
705
initial_response_dict = initial_response.to_dict()
0 commit comments