Skip to content

Commit c063f09

Browse files
committed
update bq uris
1 parent d5b7720 commit c063f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/system/aiplatform/test_e2e_forecasting.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@
2222
from tests.system.aiplatform import e2e_base
2323

2424
_TRAINING_DATASET_BQ_PATH = (
25-
"bq://bigquery-public-data:iowa_liquor_sales_forecasting.2020_sales_train"
25+
"bq://ucaip-sample-tests:ucaip_test_us_central1.2020_sales_train"
2626
)
2727
_PREDICTION_DATASET_BQ_PATH = (
28-
"bq://bigquery-public-data:iowa_liquor_sales_forecasting.2021_sales_predict"
28+
"bq://ucaip-sample-tests:ucaip_test_us_central1.2021_sales_predict"
2929
)
3030

3131

0 commit comments

Comments
 (0)