aprimadi/influxdb2

Implement Raw Query Support

aprimadi opened this issue · 0 comments

While automatically turning query result into a struct is a powerful abstraction, sometimes users need to process query result manually. For example, the explore schema query cannot fit into the current struct-query abstraction: https://docs.influxdata.com/influxdb/v2.6/query-data/flux/explore-schema/#list-measurements. Thus, we need to be able to do raw query.