8000 `chunked` parameter in query method doesn't work · Issue #21 · influxdata/influxdb-python · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
chunked parameter in query method doesn't work #21
Closed
@pkaeding

Description

@pkaeding

It seems that this library will just try to parse as json the full string, once it all comes down, which:

  • defeats the purpose of streaming the chunks
  • won't work, since there will be many JSON objects in the stream

I'm not sure that this is really possible using requests without jumping through some crazy hoops.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0