Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,9 @@ print(table.to_pandas())
```
You may also include your own root certificate via this manor aswell.

If connecting to influxdb fails when using domain name, example `www.mydomain.com`.
Try to set environment variable `GRPC_DNS_RESOLVER=native` to see if it works.

Comment thread
NguyenHoangSon96 marked this conversation as resolved.
Outdated
# Contributing

Tests are run using `pytest`.
Expand Down
Loading