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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
As a newbie influxdb python user, I'm a bit surprised by the from_dsn behavior. I don't get the point of using fake URL like 'influxdb://host:port/database' (unless those are working under some other conditions?). I would have expected it to work with an actual URL. It's still easy to provide extra kwargs to specify e.g. database. or UDP port.
This would be IMHO more intuitive, and could still work with #556.