Skip to content

org not necessary in influxdb3-python? #128

@scaleoutsean

Description

@scaleoutsean

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.

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions