Switching between query builder and script editor doesn't refresh results in Redux
Open
IceBox
kind/bug
team/dumplings
team/ui
- Dominant language
- TypeScript
- Stars
- 117
- Forks
- 51
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 4
Description
When we submit a query through query builder, the `result.fluxGroupKeyUnion` includes all the grouped keys like `["_start", "_stop", "_time", "_value", "_field", "_measurement"]` but if we switch to script editor and add a `|> group(columns: ["_measurement"])` in the flux query, that list stays the same and doesn’t get updated. Instead we are expecting to see `["_start", "_stop", "_measurement"]`.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.