Skip to content

Commit

Permalink
Fix a few notebook typos (#32947)
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Oct 25, 2024
1 parent 6e3e70d commit 8cd3e54
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@
"In this example, you create two handlers:\n",
"\n",
"* One for customer data that specifies `table_name` and `row_restriction_template`\n",
"* One for for usage data that uses a custom aggregation query by using the `query_fn` function\n",
"* One for usage data that uses a custom aggregation query by using the `query_fn` function\n",
"\n",
"These handlers are used in the Enrichment transforms in this pipeline to fetch and join data from BigQuery with the streaming data."
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@
"\n",
"3. Create the index.\n",
"\n",
"4. Index creation is neeeded only once."
"4. Index creation is needed only once."
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/notebooks/beam-ml/run_inference_vllm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@
"# Set the Google Cloud region that you want to run Dataflow in.\n",
"options.view_as(GoogleCloudOptions).region = 'us-central1'\n",
"\n",
"# IMPORTANT: Replace BUCKET_NAME with the the name of your Cloud Storage bucket.\n",
"# IMPORTANT: Replace BUCKET_NAME with the name of your Cloud Storage bucket.\n",
"dataflow_gcs_location = \"gs://%s/dataflow\" % BUCKET_NAME\n",
"\n",
"# The Dataflow staging location. This location is used to stage the Dataflow pipeline and the SDK binary.\n",
Expand Down

0 comments on commit 8cd3e54

Please sign in to comment.