influxdb3-python
influxdb3-python copied to clipboard
org not necessary in influxdb3-python?
trafficstars
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] https://github.com/InfluxCommunity/influxdb3-python/commit/9720106019f00e57e937be79e77fbe966f34014c
[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.