influxdata / influxdb-gds-connector

Google Data Studio Connector for InfluxDB.
MIT License
11 stars 4 forks source link

fix: `time` field is mark as a dimension #23

Closed bednar closed 2 years ago

bednar commented 2 years ago

Closes #22

Proposed Changes

We have to set the defaultAggregationType config for the time to false. After that the time will be dimension (green) type and the LOVs will contains full range of types.

The "blue" is supposed to use for fields with pre-aggregated values.

image

The testing version of Connector

https://datastudio.google.com/u/0/datasources/create?connectorId=AKfycbySDF4eD7wmA_awZ6aoCwENuXs1Opw_T0DIJ8F-MVI

Checklist