Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions bigquery/tests/system.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,8 @@ def test_dump_table_w_public_data(self):

dataset = Config.CLIENT.dataset(DATASET_NAME, project=PUBLIC)
table = dataset.table(TABLE_NAME)
# Reload table to get the schema before fetching the rows.
table.reload()
self._fetch_single_page(table)

def test_insert_nested_nested(self):
Expand Down