Skip to content

Commit

Permalink
[tables/automl] fix: update the csv file and the dataset name [(#4188)](
Browse files Browse the repository at this point in the history
  • Loading branch information
Takashi Matsuo authored Jun 26, 2020
1 parent 12819be commit bb71346
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions samples/tables/dataset_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit bb71346

Please sign in to comment.