You can configure full SQL ELT optimization to push an Aggregator transformation to process in Snowflake.
Aggregate calculations
You can perform the following aggregate calculations:
AVG
COUNT
MAX
MIN
MEDIAN
SUM
VARIANCE
Incoming ports
When you configure an Aggregator transformation and the incoming port is not used in an aggregate function or in a group by field in mappings, the ANY_VALUE() function is used for columns that are not part of the group by or the aggregator function. In this case, the output is not deterministic as the ANY_VALUE() function returns any value from the port.
However, in advanced mode, when the incoming port is not a part of the group by field, the MAX() function is used. The Aggregator transformation also generates an additional column with value as 1. However, this column is dropped and not used in the insert part of the SQL ELT query.