influxdata / influxdata/ui

Switching between query builder and script editor doesn't refresh results in Redux

Open
#1,742 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.