From 35186247018b0c93a4af1fcde52fa739efa803c4 Mon Sep 17 00:00:00 2001 From: Tim Swast Date: Wed, 13 Jan 2021 15:33:59 -0600 Subject: [PATCH] docs: request only a single stream in dataframe example (#114) * docs: request only a single stream in dataframe example * blacken --- samples/to_dataframe/main_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/to_dataframe/main_test.py b/samples/to_dataframe/main_test.py index 46820578..bda6d601 100644 --- a/samples/to_dataframe/main_test.py +++ b/samples/to_dataframe/main_test.py @@ -124,7 +124,7 @@ def test_session_to_dataframe(capsys, clients): read_options=read_options, ) read_session = bqstorageclient.create_read_session( - parent=parent, read_session=requested_session + parent=parent, read_session=requested_session, max_stream_count=1, ) # This example reads from only a single stream. Read from multiple streams