Skip to content

Commit

Permalink
Fix typo in GCS URI parameter [(#2459)](GoogleCloudPlatform/python-do…
Browse files Browse the repository at this point in the history
  • Loading branch information
lwander authored and kurtisvg committed Nov 20, 2019
1 parent 5665d9c commit 9618f43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9618f43

Please sign in to comment.