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 d719d9e commit 6fea3ebCopy full SHA for 6fea3eb
tests/system/test_sample.py
@@ -39,7 +39,7 @@ def test_sample_large_table(
39
bigquery_client: google.cloud.bigquery.Client,
40
):
41
# Arrange
42
- table_id = "bigquery-public-data-staging.chicago.taxi_trips"
+ table_id = "bigquery-public-data.chicago.taxi_trips"
43
table = bigquery_client.get_table(table_id)
44
num_bytes = table.num_bytes
45
num_rows = table.num_rows
0 commit comments