Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f288566

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

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb

Copy file name to clipboardExpand all lines: tables/automl/notebooks/census_income_prediction/getting_started_notebook.ipynb
+1-1Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.