influxdb_v1: removes write method, updates docs

This commit is contained in:
Mose Mueller
2024-12-17 07:19:41 +01:00
parent b19aeda16a
commit 9b2c26dc42
2 changed files with 15 additions and 45 deletions

View File

@ -107,9 +107,6 @@ with InfluxDBv1Session() as influx_client:
}
]
influx_client.write_points(data=data, database="other_database")
# just write one point into the client's current database
influx_client.write(data=data[0])
```
### InfluxDBSession