We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1deb26e commit da70429Copy full SHA for da70429
CHANGELOG.md
@@ -13,6 +13,9 @@
13
### Others
14
1. [#472](https://github.com/influxdata/influxdb-client-python/pull/472): Drop supports for Python 3.6
15
16
+### Documentation
17
+1. [#269](https://github.com/influxdata/influxdb-client-python/pull/269): Add new example: How to check connection credentials
18
+
19
## 1.31.0 [2022-07-29]
20
21
### Features
examples/connection_check.py
@@ -1,5 +1,5 @@
1
"""
2
-How to How to check that connection information are suitable for queries and writes from/into specified bucket.
+How to check that connection credentials are suitable for queries and writes from/into specified bucket.
3
4
5
from influxdb_client import InfluxDBClient
0 commit comments