Hi,
Is it possible to cater aggregation using Feature Functions somehow. As we know that the logic defined in feature function is applied on a single row when a join is being performed. But do we have any mechanism to handle to aggregations too somehow in our pipeline. We have methods like Pandas UDF ( with group by ) and UDAFs in Scala. Can we somehow leverage any of those for logging the group by and other conditions to automate our whole pipeline including the grouping and filtering conditions.
Thanks in Advance!