We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5b7720 commit c063f09Copy full SHA for c063f09
tests/system/aiplatform/test_e2e_forecasting.py
@@ -22,10 +22,10 @@
22
from tests.system.aiplatform import e2e_base
23
24
_TRAINING_DATASET_BQ_PATH = (
25
- "bq://bigquery-public-data:iowa_liquor_sales_forecasting.2020_sales_train"
+ "bq://ucaip-sample-tests:ucaip_test_us_central1.2020_sales_train"
26
)
27
_PREDICTION_DATASET_BQ_PATH = (
28
- "bq://bigquery-public-data:iowa_liquor_sales_forecasting.2021_sales_predict"
+ "bq://ucaip-sample-tests:ucaip_test_us_central1.2021_sales_predict"
29
30
31
0 commit comments