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 eb22b61 commit 91588bdCopy full SHA for 91588bd
README.md
@@ -200,6 +200,9 @@ print(table.to_pandas())
200
```
201
You may also include your own root certificate via this manor aswell.
202
203
+If connecting to influxdb fails when using domain name, example `www.mydomain.com`.
204
+Try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.
205
+
206
# Contributing
207
208
Tests are run using `pytest`.
0 commit comments