From e14d55308f4e22e57e72b80656e9c9ab86359085 Mon Sep 17 00:00:00 2001 From: Chalmer Lowe Date: Mon, 15 Aug 2022 12:35:26 -0400 Subject: [PATCH] fix: updates dataset path --- tests/system/test_read_gbq_with_bqstorage.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/system/test_read_gbq_with_bqstorage.py b/tests/system/test_read_gbq_with_bqstorage.py index 84435b9f..cfb31ea8 100644 --- a/tests/system/test_read_gbq_with_bqstorage.py +++ b/tests/system/test_read_gbq_with_bqstorage.py @@ -50,7 +50,7 @@ def test_large_results(random_dataset, method_under_test): total_amount, passenger_count, trip_distance - FROM `bigquery-public-data.new_york_taxi_trips.tlc_green_trips_2014` + FROM `bigquery-public-data.new_york.tlc_green_trips_2014` -- Select non-null rows for no-copy conversion from Arrow to pandas. WHERE total_amount IS NOT NULL AND passenger_count IS NOT NULL