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.
A simple workaround in my case it to provide database parameter when creating the client. But it would be better if switch_database worked on cluster client, or at least to warn about this issue in doc.
The text was updated successfully, but these errors were encountered:
geodimm
added a commit
to geodimm/influxdb-python
that referenced
this issue
Sep 13, 2015
switch_database with clustered client don't work as expected... it only switch database on ONE client :)
For example, the following code:
And on InfluxDB console, I see:
A simple workaround in my case it to provide database parameter when creating the client. But it would be better if switch_database worked on cluster client, or at least to warn about this issue in doc.
The text was updated successfully, but these errors were encountered: