Skip to content

Commit

Permalink
docs: request only a single stream in dataframe example (#114)
Browse files Browse the repository at this point in the history
* docs: request only a single stream in dataframe example

* blacken
  • Loading branch information
tswast committed Jan 13, 2021
1 parent e5f6198 commit 3518624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/to_dataframe/main_test.py
Expand Up @@ -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
Expand Down

0 comments on commit 3518624

Please sign in to comment.