This repository was archived by the owner on Oct 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 524
InfluxDBClientError: 400 when calling delete_series with no filter parameter #666
Comments
This is expected I'd say. You have to specify the measurement. If your intention is to drop the database don't use |
xginn8
added a commit
to xginn8/influxdb-python
that referenced
this issue
Apr 7, 2019
Closes influxdata#666 Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
xginn8
added a commit
to xginn8/influxdb-python
that referenced
this issue
Apr 8, 2019
Closes influxdata#666 Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
LloydW93
pushed a commit
to bbc/influxdb-python
that referenced
this issue
Apr 15, 2019
…influxdata#699) Closes influxdata#666 Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
tux-00
pushed a commit
to tux-00/influxdb-python
that referenced
this issue
Apr 24, 2019
…influxdata#699) Closes influxdata#666 Signed-off-by: Matthew McGinn <mamcgi@gmail.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Using Influxdb 1.7.4, this
yields
Looks like either
measurements
ortags
should be provided.This is not explicit in the method documentation. Perhaps a note should be added in the docs, and an exception raised if no filter is passed.
Or if it is actually possible to delete all measurements at once in Influxdb, then I guess
delete_series
ought to be fixed.Or am I missing something?
The text was updated successfully, but these errors were encountered: