InfluxDBClient3 doesn't pass `success_callback` and `error_callback` args to WriteApi
Closed this issue · 1 comments
jstirnaman commented
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.
Jayclifford345 commented
@jstirnaman that should be the options exposed now. Here is an example: https://github.com/InfluxCommunity/influxdb3-python/blob/main/Examples/batching-example.py