-
Notifications
You must be signed in to change notification settings - Fork 17
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Specifications
In [1] org was added to initialization (in README.md).
The official docs ([2]) say org isn't a thing in InfluxDB 3.
Should org be removed from the docs and examples here?
[1] 9720106
[2] https://docs.influxdata.com/influxdb3/core/reference/glossary/#organization
Code sample to reproduce problem
client = InfluxDBClient3(token="your-token", host="your-host", database="your-database")Expected behavior
Client works w/o organization argument.
Actual behavior
Documentation indicates organization argument is necessary.
Additional info
If org isn't required, it should be removed to lessen confusion.
oclyke
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working