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.
On Google Appengine, there's a 2KB limit for urls. So if you do multiple queries in one api call, that 2kb is exceeded pretty easily.
It would be nice if we could specify the http method in the
query
method to avoid that limit.for now, we've patched the library in our project to replace this
https://github.com/influxdata/influxdb-python/blob/master/influxdb/client.py#L404-L410
with:
The text was updated successfully, but these errors were encountered: