You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A DSN like: `influxdb://user:sec#ret@host:port`
should be written as `influxdb://user:sec%23ret@host:port`
RFC 3986 allows characters like # ? to appear in
username / password which should be properly unquoted
Please see relevant Python bug:
https://bugs.python.org/issue18140#msg375109
0 commit comments