We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56cefff commit 082c58bCopy full SHA for 082c58b
tests/system/load/test_large_tables.py
@@ -74,13 +74,9 @@ def test_index_repr_large_table():
74
assert actual is not None
75
76
77
-# FAILED
78
-# tests/system/load/test_large_tables.py::test_to_pandas_batches_large_table
79
-# google.api_core.exceptions.Forbidden: 403 Response too large to return.
80
-# Consider specifying a destination table in your job...
81
-@pytest.mark.xfail
82
def test_to_pandas_batches_large_table():
83
- df = bpd.read_gbq("load_testing.scalars_100gb")
+ df = bpd.read_gbq("load_testing.scalars_10gb")
+ # df will be downloaded locally
84
expected_row_count, expected_column_count = df.shape
85
86
row_count = 0
0 commit comments