Skip to content
This repository was archived by the owner on Nov 12, 2025. It is now read-only.

Commit 3518624

Browse files
authored
docs: request only a single stream in dataframe example (#114)
* docs: request only a single stream in dataframe example * blacken
1 parent e5f6198 commit 3518624

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/to_dataframe/main_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ def test_session_to_dataframe(capsys, clients):
124124
read_options=read_options,
125125
)
126126
read_session = bqstorageclient.create_read_session(
127-
parent=parent, read_session=requested_session
127+
parent=parent, read_session=requested_session, max_stream_count=1,
128128
)
129129

130130
# This example reads from only a single stream. Read from multiple streams

0 commit comments

Comments
 (0)