influxdata / influxdb-client-python

InfluxDB 2.0 python client
https://influxdb-client.readthedocs.io/en/stable/
MIT License
724 stars 187 forks source link

InfluxDBClientAsync do not have task_api, but the InfluxDBClient have. #572

Open L2421800049 opened 1 year ago

L2421800049 commented 1 year ago

In Fastapi ,I want to user InfluxDBClientAsync.task_api(),but it is not support. Any methods to handle it? Or it can only use InfluxDBClient?