This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
write_points(...) lacks a "params" param #643
Open
Description
We use write_points
. We also need to set consistency="any".
But InfluxDBClient.write_points() does not have a params
parameter (which is the only way, as far as we can tell, to set the consistency
).
InfluxDBClient.write() (in contrast to write_points
) does have a params
parameter. Is write_points
missing this parameter intentionally? (In which case: what was the thinking behind that?) Or was it an oversight? (In which case: consider this a request that it be added. :-)
Influxdb client version is 4.1.1
and server version is enterprise 1.5.2-c1.5.2
.
Metadata
Metadata
Assignees
Labels
No labels