Skip to content

Commit 87e5467

Browse files
committed
feat: Add support for stream response (#30)
1 parent b29c668 commit 87e5467

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ The result retrieved by `QueryApi <https://github.com/influxdata/influxdb-client
301301
2. `csv.reader <https://docs.python.org/3.4/library/csv.html#reader-objects>`__ which will iterate over CSV lines
302302
3. Raw unprocessed results as a ``str`` iterator
303303

304-
The API also support streaming ``FluxRecord``s via `query_stream <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/query_api.py#L77>`_, see example below:
304+
The API also support streaming ``FluxRecord`` via `query_stream <https://github.com/influxdata/influxdb-client-python/blob/master/influxdb_client/client/query_api.py#L77>`_, see example below:
305305

306306
.. code-block:: python
307307

0 commit comments

Comments
 (0)