-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parse the results of buckets()
#123
Comments
ahh. Seems the header order is out of sync.... if I make the headers: datatype,group,default it works
Unclear where/how this should be fixed... either:
|
It was once discussed in #110. Yes, the QueryTableResult parser expects the |
The flux CSV is meant to be parsed with the annotations in any order and we won't guarantee the order so the parser should be capable of parsing them in any order. For helping with this specific issue right now, the annotations that are in the CSV will be returned in the same order as the entries in |
After digging a bit more, we are not hitting this problem with a real environment -- just when saving files and loading them for tests. In this case, we can manually reorder the headers and get the results needed |
Just to let you know, that custom order of annotations is now supported since #134. Only the datatype annotation is required. |
When trying to parse the output of the query
buckets()
I get a failure on:Here is the csv:
The text was updated successfully, but these errors were encountered: