From f28856659089ff058990ebbbb6babcbd664fc97e Mon Sep 17 00:00:00 2001 From: Lars Wander Date: Wed, 20 Nov 2019 12:18:51 -0500 Subject: [PATCH] Fix typo in GCS URI parameter (#2459) --- .../census_income_prediction/getting_started_notebook.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb b/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb index f98fc1d3481c..a536535bf2d6 100644 --- a/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb +++ b/tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb @@ -510,7 +510,7 @@ "source": [ "import_data_operation = client.import_data(\n", " dataset=dataset,\n", - " gcs_input_uris=gcs_input_uris\n", + " gcs_input_uris=GCS_DATASET_URI\n", ")\n", "print('Dataset import operation: {}'.format(import_data_operation))\n", "\n",