You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: getField
* Fix bug which skips the first column regardless of if it is a timestamp
* date(timestamp + "Z") was breaking timestamps. Use whatever O2 gives us, unless it's microseconds which needs converting to MS.
* Only add Time column if it's part of the request [breaking for queries relying on this implicit field, but deduplicating for the queries that manually request it including example requests]
* fix: getGraphDataFrame
* [bugfix] No longer skip first requested column
* [bugfix] Remove type: number for non-time fields which breaks string responses
* Detect timestamp column in request
* fix: Add getColumnsFromQuery quote stripping
[big] The dataframe parser would fail to assign fields wrapped in quotes i.e. select 1 as "server"
* change: Utilize datasource defined timestamp column automatically in data frame parser
* Implement #14 fix in #15 to pass tests
0 commit comments