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 has been 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.
I can write a patch if we agree on this.
The text was updated successfully, but these errors were encountered:
also, I don't get the point of supporting several hosts separated by comma (_parse_dsn is returning several host information in a 'hosts' key), while this is actually unsupported (from_dsn only keep the fist one) nor undocumented / untested, unless I misunderstood something.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This is more an open discussion than an issue.
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.
I can write a patch if we agree on this.
The text was updated successfully, but these errors were encountered: