Skip to content

Commit

Permalink
Fixed small syntax error in a sample notebook (#3721)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ark-kun committed May 9, 2020
1 parent cb41f7a commit d4cd70d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/tfx/_samples/TFX_Dataflow_pipeline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
" '--runner=DataflowRunner',\n",
" '--experiments=shuffle_mode=auto',\n",
" '--project=' + project_id,\n",
" '--temp_location=' + root_output_uri + '/tmp'),\n",
" '--temp_location=' + root_output_uri + '/tmp',\n",
" '--region=' + gcp_region,\n",
" '--disk_size_gb=50',\n",
"]\n"
Expand Down Expand Up @@ -198,4 +198,4 @@
},
"nbformat": 4,
"nbformat_minor": 4
}
}

0 comments on commit d4cd70d

Please sign in to comment.