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
getResultValues dataframes seems to be returning column names that are all lowercase rather than CamelCase. This is inconsistent with the CamelCase keys that all the resulting model have when queried.
Example:
valueid
resultid
datavalue
valuedatetime
valuedatetimeutcoffset
1064
1064
1.2256
2015-11-17 13:55:12
-7
1065
1065
71.2000
2015-12-01 10:20:00
-7
This links to ODM2RESTAPI, which currently serializes this data with all lowercase keys. See odm2restapi issue 55
I think future change is needed to make the casing consistent with other query results.