LevisNgigi commented on code in PR #32767:
URL: https://github.com/apache/superset/pull/32767#discussion_r2010652190
##########
superset-frontend/packages/superset-ui-core/test/query/types/PostProcessing.test.ts:
##########
@@ -61,7 +61,7 @@ const AGGREGATES_OPTION: Aggregates = {
};
const AGGREGATE_RULE: PostProcessingAggregation = {
- operation: 'aggregation',
+ operation: 'aggregate',
Review Comment:
Yes, the backend did not recognize 'aggregation' as a valid operator hence
the need to change it to 'aggregate'.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]