We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If a user sets up the client with an org, they should not have to send the org in the write function.
client = InfluxDBClient(url="http://localhost:9999", token="my-token", org="my-org") write_api.write(bucket=bucket, record=p)