influxdata / docs-v2

InfluxData Documentation that covers InfluxDB Cloud, InfluxDB OSS 2.x, InfluxDB OSS 1.x, InfluxDB Enterprise, Telegraf, Chronograf, Kapacitor, and Flux.
https://docs.influxdata.com
MIT License
72 stars 262 forks source link

Add Go (and other clients) examples using InfluxQL #5382

Open jstirnaman opened 5 months ago

jstirnaman commented 5 months ago

influxdb3-go has no example for passing InfluxQL in QueryOptions.

See e2e test at https://github.com/InfluxCommunity/influxdb3-go/blob/aae0cfda5f391682606c6d2a1c6b7ba4e55d4ca0/influxdb3/client_e2e_test.go#L278

https://github.com/InfluxCommunity/influxdb3-go/blob/aae0cfda5f391682606c6d2a1c6b7ba4e55d4ca0/influxdb3/query.go

jstirnaman commented 5 months ago

See PR https://github.com/InfluxCommunity/influxdb3-go/pull/72