Skip to content

Commit 47e5801

Browse files
lwanderbusunkim96
authored andcommitted
Fix typo in GCS URI parameter [(#2459)](GoogleCloudPlatform/python-docs-samples#2459)
1 parent fe2e911 commit 47e5801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/tables/notebooks/census_income_prediction/getting_started_notebook.ipynb

Lines changed: 1 addition & 1 deletion
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)