From bb7134632f57426feae28e2cf9dba2c7aa5b4682 Mon Sep 17 00:00:00 2001 From: Takashi Matsuo Date: Fri, 26 Jun 2020 14:40:59 -0700 Subject: [PATCH] [tables/automl] fix: update the csv file and the dataset name [(#4188)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/4188) fixes #4177 fixes #4178 --- samples/tables/dataset_test.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/samples/tables/dataset_test.py b/samples/tables/dataset_test.py index 7b19141e..27570f0b 100644 --- a/samples/tables/dataset_test.py +++ b/samples/tables/dataset_test.py @@ -26,8 +26,9 @@ PROJECT = os.environ["GOOGLE_CLOUD_PROJECT"] REGION = "us-central1" -STATIC_DATASET = "do_not_delete_this_table" -GCS_DATASET = "gs://cloud-ml-tables-data/bank-marketing.csv" +STATIC_DATASET = "do_not_delete_this_table_python" +GCS_DATASET = ("gs://python-docs-samples-tests-automl-tables-test" + "/bank-marketing.csv") ID = "{rand}_{time}".format( rand="".join(