each chunk in a csv response could potentially come back as an error state, even in the middle of a bunch of successful chunks.
we need to be able to return both in the fromFlux parser (the successful bits and the error messages). here was a part we put in an experimental parser that might need to be injected here, but incorrectly
each chunk in a csv response could potentially come back as an error state, even in the middle of a bunch of successful chunks. we need to be able to return both in the fromFlux parser (the successful bits and the error messages). here was a part we put in an experimental parser that might need to be injected here, but incorrectly
https://github.com/influxdata/ui/blob/master/src/shared/utils/fromFlux.ts#L225-L233