influxdb-2

Python InfluxDB2 – write_api.write(…) How to check for success?

Python InfluxDB2 – write_api.write(…) How to check for success? Question: I need to write historic data into InfluxDB (I’m using Python, which is not a must in this case, so I maybe willing to accept non-Python solutions). I set up the write API like this write_api = client.write_api(write_options=ASYNCHRONOUS) The Data comes from a DataFrame with …

Total answers: 4