InfluxCommunity/influxdb3-python

InfluxDBClient3 doesn't pass `success_callback` and `error_callback` args to WriteApi

Closed this issue · 1 comments

In https://github.com/InfluxCommunity/pyinflux3/blob/d5f8f2931f5008efc78890afad335b32e6e36b54/influxdb_client_3/__init__.py#LL40C31-L40C31, InfluxDBClient3 doesn't appear to pass success_callback and error_callback kwargs to WriteApi.

If I'm wrong, then I don't see how to pass them correctly.