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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
RonRothman
added a commit
to BeeswaxIO/influxdb-python
that referenced
this issue
Dec 14, 2018
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 theconsistency
).InfluxDBClient.write() (in contrast to
write_points
) does have aparams
parameter. Iswrite_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 enterprise1.5.2-c1.5.2
.The text was updated successfully, but these errors were encountered: