Skip to content

Commit 6fea3eb

Browse files
authored
use public table
1 parent d719d9e commit 6fea3eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/system/test_sample.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_sample_large_table(
3939
bigquery_client: google.cloud.bigquery.Client,
4040
):
4141
# Arrange
42-
table_id = "bigquery-public-data-staging.chicago.taxi_trips"
42+
table_id = "bigquery-public-data.chicago.taxi_trips"
4343
table = bigquery_client.get_table(table_id)
4444
num_bytes = table.num_bytes
4545
num_rows = table.num_rows

0 commit comments

Comments
 (0)