mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
fix(generic-axes): apply contribution before flatten (#20077)
This commit is contained in:
@@ -96,11 +96,11 @@ export default function buildQuery(formData: QueryFormData) {
|
||||
...baseQueryObject,
|
||||
...{ is_timeseries },
|
||||
}),
|
||||
flattenOperator(formData, baseQueryObject),
|
||||
// todo: move contribution and prophet before flatten
|
||||
contributionOperator(formData, baseQueryObject),
|
||||
flattenOperator(formData, baseQueryObject),
|
||||
// todo: move prophet before flatten
|
||||
prophetOperator(formData, baseQueryObject),
|
||||
],
|
||||
].filter(op => op),
|
||||
},
|
||||
];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user