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.
The following retention policy commands in influxdb-python/influxdb/client.py do not escape/backtick database and/or retention policy name thus breaking when allowed characters are used elsewhere (e.g. database names containing hyphens like "db_0474102f-8397-481d-bcba-06f3a682854d").
Note: This might extend to more than simply retention policy commands but will allow maintainers to determine scope as it should be universally done.