mirror of
https://github.com/apache/superset.git
synced 2026-05-07 08:54:23 +00:00
fix(charts): apply resample before rolling window in post-processing pipeline (#37987)
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -75,9 +75,9 @@ export default function buildQuery(formData: QueryFormData) {
|
||||
time_offsets: isTimeComparison(fd, queryObject) ? fd.time_compare : [],
|
||||
post_processing: [
|
||||
pivotOperatorInRuntime,
|
||||
resampleOperator(fd, queryObject),
|
||||
rollingWindowOperator(fd, queryObject),
|
||||
timeCompareOperator(fd, queryObject),
|
||||
resampleOperator(fd, queryObject),
|
||||
renameOperator(fd, queryObject),
|
||||
flattenOperator(fd, queryObject),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user