Skip to content

Commit f288566

Browse files
lwanderkurtisvg
authored andcommitted
Fix typo in GCS URI parameter (GoogleCloudPlatform#2459)
1 parent 8cea247 commit f288566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb

+1-1
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@
510510
"source": [
511511
"import_data_operation = client.import_data(\n",
512512
" dataset=dataset,\n",
513-
" gcs_input_uris=gcs_input_uris\n",
513+
" gcs_input_uris=GCS_DATASET_URI\n",
514514
")\n",
515515
"print('Dataset import operation: {}'.format(import_data_operation))\n",
516516
"\n",

0 commit comments

Comments
 (0)