Skip to content

Commit d069480

Browse files
author
Takashi Matsuo
committed
[tables/automl] fix: update the csv file and the dataset name
fixes GoogleCloudPlatform#4177 fixes GoogleCloudPlatform#4178
1 parent 0afedc3 commit d069480

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tables/automl/dataset_test.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626

2727
PROJECT = os.environ["GOOGLE_CLOUD_PROJECT"]
2828
REGION = "us-central1"
29-
STATIC_DATASET = "do_not_delete_this_table"
30-
GCS_DATASET = "gs://cloud-ml-tables-data/bank-marketing.csv"
29+
STATIC_DATASET = "do_not_delete_this_table_python"
30+
GCS_DATASET = ("gs://python-docs-samples-tests-automl-tables-test"
31+
"/bank-marketing.csv")
3132

3233
ID = "{rand}_{time}".format(
3334
rand="".join(

0 commit comments

Comments
 (0)