We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e3c61d commit 92e23baCopy full SHA for 92e23ba
influxdb_client_3/write_client/client/write_api.py
@@ -296,9 +296,7 @@ def __init__(self,
296
297
if self._write_options.write_type is WriteType.asynchronous:
298
message = """The 'WriteType.asynchronous' is deprecated and will be removed in future major version.
299
-
300
-You can use native asynchronous version of the client:
301
-- https://influxdb-client.readthedocs.io/en/stable/usage.html#how-to-use-asyncio
+ You can use native asynchronous version of the client:
302
"""
303
# TODO above message has link to Influxdb2 API __NOT__ Influxdb3 API !!! - illustrates different API
304
warnings.warn(message, DeprecationWarning)
0 commit comments