You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InfluxDBClient org parameter is documented as being the default for the query and write api, however only the QueryAPI client actually does this. The WriteAPI client requires the org to be specified.
:param str org: specifies the destination organization for writes; take either the ID or Name interchangeably; if both orgID and org are specified, org takes precedence. (required)
The text was updated successfully, but these errors were encountered:
InfluxDBClient org parameter is documented as being the default for the query and write api, however only the QueryAPI client actually does this. The WriteAPI client requires the org to be specified.
https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/influxdb_client.py#L28
influxdb-client-python/influxdb_client/client/query_api.py
Lines 34 to 35 in 82ee030
influxdb-client-python/influxdb_client/client/write_api.py
Line 144 in 82ee030
The text was updated successfully, but these errors were encountered: