Closed flycast closed 2 years ago
@flycast I see 2 markers like that when the table I'm trying to query has 2 numeric columns, perhaps if you switch to a table view, you'll see something similar that could explain what is going on:
In the case above, AWS is returning back to us 2 columns that I believe can be the same value in different formats for the same measurement (although interestingly in this sample dataset, one of the columns is always empty)
The visualization does not know which column you would like to render and so it renders both. As you point out you can use sql syntax to narrow down to render just the fields you are interested in.
I believe this is as designed so I'll close the issue, but if I'm misunderstanding something let me know and I'm happy to reopen it!
What happened: I have data with multiple measurements in AWS Timestream. When I use the following query I get multiple data legends: SELECT * FROM "sampleDB"."LgFlaminator" where measure_name = 'PolyPressure'
What you expected to happen: I expected that I would get a single data series with a single legend. I find that I have to call the query like this to get the result I wanted: SELECT time, measure_value::double FROM "sampleDB"."LgFlaminator" where measure_name = 'PolyPressure'
How to reproduce it (as minimally and precisely as possible):
Example:
Anything else we need to know?:
Environment: