diff --git a/components/tfx/_samples/TFX_Dataflow_pipeline.ipynb b/components/tfx/_samples/TFX_Dataflow_pipeline.ipynb index 2c66a75d91f..417b15be210 100644 --- a/components/tfx/_samples/TFX_Dataflow_pipeline.ipynb +++ b/components/tfx/_samples/TFX_Dataflow_pipeline.ipynb @@ -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" @@ -198,4 +198,4 @@ }, "nbformat": 4, "nbformat_minor": 4 -} \ No newline at end of file +}