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.
is an appropriate blob to send to the server with client.write_points. I assume this is true for influxdb 0.9.x. However, with a influxdb 0.8.x client, the method succeeds, but no data is written.
The docs say that
is an appropriate blob to send to the server with
client.write_points
. I assume this is true for influxdb 0.9.x. However, with a influxdb 0.8.x client, the method succeeds, but no data is written.is a blob that works for influxdb 0.8.x. It's doubling confusing that the method succeeds instead of raising an error.
The text was updated successfully, but these errors were encountered: