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
Currently when a influxdb2_derive::WriteDataPoint struct contains no tag, it panics that You have to specify at least one #[tag] field. But InfluxDB 2 actually allows zero-tag records. I have an bucket without any tags in it and I can't write it with influxdb2_derive::WriteDataPoint.
Currently when a
influxdb2_derive::WriteDataPoint
struct contains no tag, it panics thatYou have to specify at least one #[tag] field.
But InfluxDB 2 actually allows zero-tag records. I have an bucket without any tags in it and I can't write it withinfluxdb2_derive::WriteDataPoint
.https://github.com/aprimadi/influxdb2/blob/main/influxdb2-derive/src/expand_writable.rs#L100
The text was updated successfully, but these errors were encountered: